In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainGetEndorserNumber Method

TwainGetEndorserNumber Method (GdPictureImaging)

In This Topic
Returns the starting endorser / imprinter number for the next acquisition.
Syntax
'Declaration
 
Public Function TwainGetEndorserNumber() As Integer
public int TwainGetEndorserNumber()
public function TwainGetEndorserNumber(): Integer; 
public function TwainGetEndorserNumber() : int;
public: int TwainGetEndorserNumber(); 
public:
int TwainGetEndorserNumber(); 

Return Value

The starting number for the endorser. -999999 If it is not supported by the current device -> Use TwainGetLastResultCode() and TwainGetLastConditionCode() methods for diagnosing the error.
Remarks
Before using this method check that the TWAIN state is >= 4 (TWAIN_SOURCE_OPEN) To get the TWAIN state, use the TwainGetState() method.
See Also