In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainGetImprinterString Method

TwainGetImprinterString Method (GdPictureImaging)

In This Topic
Returns the string that shall be used for printing with the current imprinter mode.
Syntax
'Declaration
 
Public Function TwainGetImprinterString() As String
public string TwainGetImprinterString()
public function TwainGetImprinterString(): String; 
public function TwainGetImprinterString() : String;
public: string* TwainGetImprinterString(); 
public:
String^ TwainGetImprinterString(); 

Return Value

The string to be used for printing with the current imprinter mode.
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