The starting number for the endorser.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainSetEndorserNumber Method

TwainSetEndorserNumber Method (GdPictureImaging)

In This Topic
Tries to specify the starting endorser / imprinter number for the next acquisition. All other endorser/imprinter properties should be handled through the data source’s user interface.
Syntax
'Declaration
 
Public Function TwainSetEndorserNumber( _
   ByVal Number As Integer _
) As Boolean
public bool TwainSetEndorserNumber( 
   int Number
)
public function TwainSetEndorserNumber( 
    Number: Integer
): Boolean; 
public function TwainSetEndorserNumber( 
   Number : int
) : boolean;
public: bool TwainSetEndorserNumber( 
   int Number
) 
public:
bool TwainSetEndorserNumber( 
   int Number
) 

Parameters

Number
The starting number for the endorser.

Return Value

True if success, else False -> 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