Click or drag to resize

Capabilities.DuplexModes Property

Gets the collection of the DuplexMode values supported by the printer.

Namespace:  DotNetBrowser.Print
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.11
Syntax
C#
public IReadOnlyCollection<DuplexMode> DuplexModes { get; }

Property Value

Type: IReadOnlyCollection<DuplexMode>
The collection of the DuplexMode values supported by the printer.
See Also