Dynamsoft Home|Product Home

RewindPage Method

Description

Sets the Source to return the current page to the input side of the document feeder and feed the last page from the outside of the feeder back into the acquisition area if IfFeederEnabled is TRUE.

Syntax

Boolean ObjectName. RewindPage()

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