Dynamsoft Home|Product Home

IfFeederEnabled Property

Description

Returns or sets whether the Automatic Document Feeder (ADF) is enabled. This is a runtime property.

Data type

Boolean

Syntax

ObjectName. IfFeederEnabled

Remarks

If the value of this property is TRUE, Source must acquire data from the document feeder acquire area and other feeder capabilities can be used. If the value of this property is FALSE, Source must acquire data from the non-feeder acquire area and no other feeder capabilities can be used.

Call OpenSource() method before using this property.

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

IfFeederLoaded property, IfPaperDetectable property, XferCount property, IfAutoFeed property

Samples

Scan with Automatic Document Feeder.