[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Pdf.Enums.DuplexMode

Enums.DuplexMode Enum

Specifies Printer duplex option. For best results, the selected printer should support duplex printing if you select a duplex option.

Namespace: GrapeCity.ActiveReports.Export.Pdf
Assembly: MESCIUS.ActiveReports.Export.Pdf.dll
Syntax
[TypeConverter(typeof())]
public enum Enums.DuplexMode

Fields

Name Description
DuplexFlipLongEdge

Prints on both sides of the paper; the paper flips along the long edge.

DuplexFlipShortEdge

Prints on both sides of the paper; the paper flips along the short edge.

Simplex

Prints on one side of the paper.