Class PdfPageNumberType
Defines the pdf page number type.
Inheritance
System.Object
PdfPageNumberType
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PdfPageNumberType : Enum
Fields
Arabic
Defines the pdf page number type as arabic.
Declaration
public const PdfPageNumberType Arabic
Field Value
Type |
---|
PdfPageNumberType |
LowerLatin
Defines the pdf page number type as lower latin.
Declaration
public const PdfPageNumberType LowerLatin
Field Value
Type |
---|
PdfPageNumberType |
LowerRoman
Defines the pdf page number type as lower roman.
Declaration
public const PdfPageNumberType LowerRoman
Field Value
Type |
---|
PdfPageNumberType |
Numeric
Defines the pdf page number type as numeric.
Declaration
public const PdfPageNumberType Numeric
Field Value
Type |
---|
PdfPageNumberType |
UpperLatin
Defines the pdf page number type as upper latin.
Declaration
public const PdfPageNumberType UpperLatin
Field Value
Type |
---|
PdfPageNumberType |
UpperRoman
Defines the pdf page number type as upper roman.
Declaration
public const PdfPageNumberType UpperRoman
Field Value
Type |
---|
PdfPageNumberType |