Gets the number of image transfers the TWAIN Data Source is ready to supply to the TwainPRO control.
'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.