In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainIsImprinterAvailable Method

TwainIsImprinterAvailable Method (GdPictureImaging)

In This Topic
Ask to the opened source if imprinter capability is supported or not.
Syntax
'Declaration
 
Public Function TwainIsImprinterAvailable() As Boolean
public bool TwainIsImprinterAvailable()
public function TwainIsImprinterAvailable(): Boolean; 
public function TwainIsImprinterAvailable() : boolean;
public: bool TwainIsImprinterAvailable(); 
public:
bool TwainIsImprinterAvailable(); 

Return Value

True if imprinter is supported else False.
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