'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.