Enum PageOrientation
Defines the PDF page orientation.
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum PageOrientation
Fields
| Name | Description |
|---|---|
| Landscape | Pdf page is oriented in landscape. |
| Portrait | Pdf page is oriented in portrait. |