Accusoft.TwainPro9.Net
PendingTransfers Property (ScannedEventArgs)




Gets the number of image transfers the TWAIN Data Source is ready to supply to the TwainPRO control.
Syntax
'Declaration
 
Public ReadOnly Property PendingTransfers As Integer
'Usage
 
Dim instance As ScannedEventArgs
Dim value As Integer
 
value = instance.PendingTransfers
public int PendingTransfers {get;}
public: __property int get_PendingTransfers();
public:
property int PendingTransfers {
   int get();
}

Property Value

An integer value which represents the number of image transfers the TWAIN device is ready to supply to the TwainPRO control.
Remarks
The TWAIN Data Source will return -1 if it is not sure how many transfers are pending. Scanners with Automatic Document Feeders (ADF) will typically return -1.
See Also

Reference

ScannedEventArgs Class
ScannedEventArgs Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback