PageOrientation
Enum
Selects the page orientation applied during layout and export.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
C#
public enum PageOrientation
Fields
Landscape orientation (wider than tall).
C#
Landscape = 1
Portrait orientation (taller than wide).
C#
Portrait = 0