In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainGetImprinterSuffix Method

TwainGetImprinterSuffix Method (GdPictureImaging)

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

Return Value

The string to be used as suffix 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