PendingXFERs Property
Description
Returns the number of transfers the Source is ready to supply, upon demand. This is a runtime, read-only property.
Support information
| ActiveX Edition | Plug-in Edition | Mac Edition |
|---|---|---|
| Since V1.0 | Since V1.0 | Since V6.4 |
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
Copyright © 2013 Dynamsoft Corporation.All Rights Reserved.
