Use this capability to have the scanner discard blank images.

Applications never see these images during the scanning session.

Allowed values:

-2 : Indicates that all images will be delivered to the application, none of them will be discarded.

-1 : Scanner source will decide if an image is blank or not and discard as appropriate.

>=0 : Scanner will use it as the byte size cutoff point to identify which images are to be discarded.

If the size of the image is less than or equal to this value, then it will be discarded.

If the size of the image is greater than this value, then it will be kept so that it can be transferred to the Application.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int AutoDiscardBlankPages { get; set; }
Public Property AutoDiscardBlankPages As Integer
	Get
	Set
public:
property int AutoDiscardBlankPages {
	int get ();
	void set (int value);
}

See Also