Table of Contents

Enum DuplexMode

Namespace
combit.Reporting.Printing.Pdf
Assembly
combit.ListLabel31.CrossPlatform.Printing.Pdf.dll

Specifies the duplex (double-sided) printing mode.

public enum DuplexMode

Fields

LongEdge = 1

Double-sided printing with pages flipped along the long edge (portrait binding).

None = 0

Single-sided printing (simplex).

ShortEdge = 2

Double-sided printing with pages flipped along the short edge (landscape binding).