Returns or sets whether the Source enables the automatic document scanning process. This is a runtime property.
Namespace: Dynamsoft.DotNet.TWAINAssembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Remarks
If the value of this property is true, the Source will automatically feed the next page from the document feeder after the previous page is acquired.
Using this property after opening the Data Source and checking if the value of IfFeederEnabled property is true.
Exceptions
| Exception | Condition |
|---|---|
| Dynamsoft.DotNet.TWAIN..::..TwainException | When an error occurs and IfThrowException property is true, an exception will be thrown. When IfThrowException property is false, please check ErrorCode and ErrorString. |