Table of Contents

Enum DuplexMode

Namespace
DotNetBrowser.Print
Assembly
DotNetBrowser.dll

The duplex modes used for printing.

public enum DuplexMode

Fields

LongEdge = 2

Two-sided printing, flipping on the long edge.

ShortEdge = 3

Two-sided printing, flipping on the short edge.

Simplex = 1

One-sided printing.

Unspecified = 0

Reserved value.