New to Telerik Document ProcessingStart a free 30-day trial

Specifies duplex printing behavior requested in the print dialog; no default is implied and unsupported values are ignored by viewers.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Preferences

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public enum DuplexType

Fields

Double‑sided printing, flip on the sheet's long edge (landscape binding).

C#
DuplexFlipLongEdge = 2

Double‑sided printing, flip on the sheet's short edge (portrait binding).

C#
DuplexFlipShortEdge = 1

Single‑sided printing.

C#
Simplex = 0