Enum
DuplexType

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:

cs-api-definition
public enum DuplexType

Fields

DuplexFlipLongEdge

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

Declaration

cs-api-definition
DuplexFlipLongEdge = 2

Field Value

DuplexType

DuplexFlipShortEdge

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

Declaration

cs-api-definition
DuplexFlipShortEdge = 1

Field Value

DuplexType

Simplex

Single‑sided printing.

Declaration

cs-api-definition
Simplex = 0

Field Value

DuplexType