Click or drag to resize

IDuplexModeTPrintSettingsDuplexMode Property

Gets or sets the duplex mode.

Namespace:  DotNetBrowser.Print.Settings
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
DuplexMode DuplexMode { get; set; }

Property Value

Type: DuplexMode
The duplex mode used for printing.
Exceptions
ExceptionCondition
ArgumentExceptionThe specified duplex mode is not supported by the printer.
See Also