Enum PdfPageNumberType
Defines the pdf page number type.
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum PdfPageNumberType
Fields
| Name | Description |
|---|---|
| Arabic | Defines the pdf page number type as arabic. |
| LowerLatin | Defines the pdf page number type as lower latin. |
| LowerRoman | Defines the pdf page number type as lower roman. |
| Numeric | Defines the pdf page number type as numeric. |
| UpperLatin | Defines the pdf page number type as upper latin. |
| UpperRoman | Defines the pdf page number type as upper roman. |