GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / TwainSetImprinterSuffix Method
The suffix to be used.





In This Topic
TwainSetImprinterSuffix Method (GdPictureImaging)
In This Topic
Specifies the string that shall be used as suffix with the current imprinter mode.
Syntax
'Declaration
 
Public Function TwainSetImprinterSuffix( _
   ByVal Suffix As String _
) As Boolean
public bool TwainSetImprinterSuffix( 
   string Suffix
)
public function TwainSetImprinterSuffix( 
    Suffix: String
): Boolean; 
public function TwainSetImprinterSuffix( 
   Suffix : String
) : boolean;
public: bool TwainSetImprinterSuffix( 
   string* Suffix
) 
public:
bool TwainSetImprinterSuffix( 
   String^ Suffix
) 

Parameters

Suffix
The suffix to be used.

Return Value

True if success, else False -> Use TwainGetLastResultCode() and TwainGetLastConditionCode() methods for diagnosing the error.
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