In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainIsEndorserAvailable Method

TwainIsEndorserAvailable Method (GdPictureImaging)

In This Topic
Asks to the opened source if she can support endorser / imprinter capability.
Syntax
'Declaration
 
Public Function TwainIsEndorserAvailable() As Boolean
public bool TwainIsEndorserAvailable()
public function TwainIsEndorserAvailable(): Boolean; 
public function TwainIsEndorserAvailable() : boolean;
public: bool TwainIsEndorserAvailable(); 
public:
bool TwainIsEndorserAvailable(); 

Return Value

TRUE if support endorser / imprinter, FALSE otherwise -> Use TwainGetLastResultCode() and TwainGetLastConditionCode() methods for diagnosing the error.
Remarks
Before using this method check that the TWAIN state is TWAIN_SOURCE_OPEN (4) To get the TWAIN state, use the TwainGetState() method.
See Also