Accusoft.TwainPro9.Net
PendingTransfers Property (ScanningEventArgs)




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 ScanningEventArgs
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 pending transfers.
Remarks

The default value is 0.

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

ScanningEventArgs Class
ScanningEventArgs Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback