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.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public bool AutoScan { get; set; }
Public Property AutoScan As Boolean
Get
Set
Property Value
Type:
Boolean A value indicating whether the automatic scan feature is enabled.
Exceptions Exception | Condition |
---|
| 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