'Declaration
Public Function TwainSetImprinterMode( _ ByVal PrinterMode As TwainPrinterMode _ ) As Boolean
public bool TwainSetImprinterMode( TwainPrinterMode PrinterMode )
public function TwainSetImprinterMode( PrinterMode: TwainPrinterMode ): Boolean;
public function TwainSetImprinterMode( PrinterMode : TwainPrinterMode ) : boolean;
public: bool TwainSetImprinterMode( TwainPrinterMode PrinterMode )
public: bool TwainSetImprinterMode( TwainPrinterMode PrinterMode )
Parameters
- PrinterMode
- Printer mode. A member of the TwainPrinterMode enumeration.
Return Value
True if success, else False -> Use TwainGetLastResultCode() and TwainGetLastConditionCode()
methods for diagnosing the error.