PrintOrientation
Enum
Determines the RadPdfViewer page orientation when printing.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PdfViewer.dll
Syntax:
C#
public enum PrintOrientation
Fields
Print automatically in Landscape if content Width is greater then Height.
C#
Auto = 0
Landscape
C#
Landscape = 2
Portrait
C#
Portrait = 1