Click or drag to resize

CapabilitiesDuplexModes Property

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

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

Property Value

Type: IReadOnlyCollectionDuplexMode
The collection of the DuplexMode values supported by the printer.
See Also