CapabilitiesDuplexModes Property |
Gets the collection of the
DuplexMode values supported by the printer.
Namespace:
DotNetBrowser.Print
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public IReadOnlyCollection<DuplexMode> DuplexModes { get; }
Property Value
Type:
IReadOnlyCollectionDuplexModeThe collection of the
DuplexMode values supported by the printer.
See Also