Enables/Disables auto scan.

This capability is intended to boost the performance of a Source.

The fundamental assumption behind AutoScan is that the device is able to capture the number of images indicated by the value of AcceptedImages without waiting for the Application to request the image transfers.

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

Syntax

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

See Also