Shows the GUI of Image Printer.

Namespace: Dynamsoft.DotNet.TWAIN
Assembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public bool Print()
Visual Basic
Public Function Print As Boolean
Visual C++
public:
bool Print()

Return Value

Boolean. True indicates success. False indicates failure.

Remarks

Depending on the property IfShowPrintUI, the User Interface of the printer may or may not show when you invoke this method.

Exceptions

ExceptionCondition
Dynamsoft.DotNet.TWAIN..::..TwainException When an error occurs and IfThrowException property is true, an exception will be thrown. When IfThrowException property is false, please check ErrorCode and ErrorString.

See Also