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