Show / Hide Table of Contents

Enum PrinterMode.DuplexMode

Enumerated values for specifying how the printed pages are flipped when duplexing

Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum DuplexMode

Fields

Name Description
e_Duplex_Auto

use the current printer setting

e_Duplex_LongSide

flip the paper along the long side

e_Duplex_None

single-sided printing

e_Duplex_ShortSide

flip the paper along the short side

Back to top Generated by DocFX