Dynamsoft Home|Product Home

PendingXFERs Property

Description

Returns the number of transfers the Source is ready to supply, upon demand. This is a runtime, read-only property.

Data type

Long

Syntax

ObjectName. PendingXFERs

Remarks

This property is valid only in OnPostTransfer event.

The Data Source returns -1 if it is not sure how many transfers are pending. Scanners with ADF (Automatic Document Feeder) will typically return -1 if the current image is not the last one.

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

OnPostTransfer event, CancelAllPendingTransfers method