Enum PageLabel.Style
The numbering style to be used for the numeric portion of page label.
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum PageLabel.Style
Fields
Name | Description |
---|---|
e_alphabetic_lowercase | Lowercase letters (a to z for the first 26 pages, aa to zz for the next 26, and so on) |
e_alphabetic_uppercase | Uppercase letters (A to Z for the first 26 pages, AA to ZZ for the next 26, and so on) |
e_decimal | Decimal Arabic numerals |
e_none | No numeric portion in the label |
e_roman_lowercase | Lowercase roman numerals |
e_roman_uppercase | Uppercase roman numerals |