Sometimes the size communicated by the Twain device is bigger than the actual transfered image.

This property allows to fix this, cropping the image size to the size of the actually received image.

Default: True

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool TwainCropBufferedTransferedImage { get; set; }
Public Shared Property TwainCropBufferedTransferedImage As Boolean
	Get
	Set
public:
static property bool TwainCropBufferedTransferedImage {
	bool get ();
	void set (bool value);
}

See Also