Click or drag to resize

DuplexMode Enumeration

The duplex modes used for printing.

Namespace:  DotNetBrowser.Print
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public enum DuplexMode
Members
  Member nameValueDescription
Unspecified0 Reserved value.
Simplex1 One-sided printing.
LongEdge2 Two-sided printing, flipping on the long edge.
ShortEdge3 Two-sided printing, flipping on the short edge.
See Also