In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainIsImprinterEnabled Method

TwainIsImprinterEnabled Method (GdPictureImaging)

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

Return Value

True if imprinter is currently enabled 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