Returns or sets whether the Source enables the automatic document scanning process. This is a runtime property.

Namespace: Dynamsoft.DotNet.TWAIN
Assembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public bool IfAutoScan { get; set; }
Visual Basic
Public Property IfAutoScan As Boolean
	Get
	Set

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

ExceptionCondition
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.

See Also