Class PrintOrientation
Specifies how the pages of content are oriented on print area.
Inheritance
System.Object
PrintOrientation
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public sealed class PrintOrientation : Enum
Fields
Landscape
Content of page is rotated at 90 degrees counterclockwise from standard (portrait) orientation.
Declaration
public const PrintOrientation Landscape
Field Value
Type |
---|
PrintOrientation |
Portrait
Standard orientation.
Declaration
public const PrintOrientation Portrait
Field Value
Type |
---|
PrintOrientation |