Dynamsoft Home|Product Home

IfAutoFeed Property

Description

Returns or sets whether the Source enable automatic document feeding process. This is a runtime property.

Data type

Boolean

Syntax

ObjectName. IfAutoFeed

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 (see OpenSource() method) and checking if the value of IfFeederEnabled property is TRUE.

When an error occurs and IfThrowException property is TRUE, an exception will be thrown. Check ErrorCode property and ErrorString property for error information.

See also

IfFeederEnabled property, IfFeederLoaded property, IfPaperDetectable property, XferCount property

Samples

Scan with Automatic Document Feeder.