Dynamsoft Home|Product Home

FeedPage Method

Description

Sets the Source to eject the current page and advance the next page in the document feeder into the feeder acquire area when IfFeederEnabled is TRUE.

Syntax

Boolean ObjectName. FeedPage()

Parameters

None.

Return value

Boolean.

TRUE indicates success. FALSE indicates failure.

When an error occurs and IfThrowException property is TRUE, an exception will be thrown.

When FALSE is returned or an exception is thrown, check ErrorCode property and ErrorString property for error information.

Remarks

Using this property after opening the Data Source (see OpenSource() method) and checking if the value of IfFeederEnabled property is TRUE.

See also

IfFeederEnabled property, IfAutoFeed property