'Declaration
Public Function TwainSetXferCount( _ ByVal Xfers As Integer _ ) As Boolean
public bool TwainSetXferCount( int Xfers )
public function TwainSetXferCount( Xfers: Integer ): Boolean;
public function TwainSetXferCount( Xfers : int ) : boolean;
public: bool TwainSetXferCount( int Xfers )
public: bool TwainSetXferCount( int Xfers )
Parameters
- Xfers
- Number of image to transfer. Xfers = -1 means all images.
Return Value
True if success, else False -> Use TwainGetLastResultCode() and TwainGetLastConditionCode()
methods for diagnosing the error.