Namespace: BitMiracle.Docotic.Pdf
public enum PdfPageNumberingStyle
Public Enumeration PdfPageNumberingStyle
Member name | Value | Description | |
---|---|---|---|
DecimalArabic | 0 | Decimal arabic numerals. | |
UppercaseRoman | 1 | Uppercase roman numerals. | |
LowercaseRoman | 2 | Lowercase roman numerals. | |
UppercaseLetters | 3 | Uppercase letters (A to Z for the first 26 pages, AA to ZZ for the next 26, and so on). | |
LowercaseLetters | 4 | Lowercase letters (a to z for the first 26 pages, aa to zz for the next 26, and so on). | |
Unspecified | 5 | Style is unspecified. Page labels won't contain numeric portion. |