Click or drag to resize

DeviceAutoScan Property

Gets or sets a value to indicate if the device should automatically acquire one image after another.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool AutoScan { get; set; }

Property Value

Type: Boolean
A value indicating whether the automatic scan feature is enabled.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Remarks
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 TransferCount without waiting for the Application to request the image transfers.
See Also