Specifies the page orientation.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum GridPdfExportPageOrientation
Fields
Specifies landscape orientation.
C#
Landscape = 1
Specifies portrait orientation.
C#
Portrait = 0