Class PageOrientation
Defines the PDF page orientation.
Inheritance
System.Object
PageOrientation
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PageOrientation : Enum
Fields
Landscape
Pdf page is oriented in landscape.
Declaration
public const PageOrientation Landscape
Field Value
Type |
---|
PageOrientation |
Portrait
Pdf page is oriented in portrait.
Declaration
public const PageOrientation Portrait
Field Value
Type |
---|
PageOrientation |