PageLabelStyle Enumeration |
The numbering style to be used for the numeric portion of page label.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum PageLabelStyle
Public Enumeration PageLabelStyle
public enum class PageLabelStyle
pdftron.PDF.PageLabelStyle = function();
pdftron.PDF.PageLabelStyle.createEnum('pdftron.PDF.PageLabelStyle', false);
Members
| Member name | Value | Description |
---|
| e_decimal | 0 | Decimal Arabic numerals |
| e_roman_uppercase | 1 | Uppercase roman numerals |
| e_roman_lowercase | 2 | Lowercase roman numerals |
| e_alphabetic_uppercase | 3 | Uppercase letters (A to Z for the first 26 pages, AA to ZZ for the next 26, and so on) |
| e_alphabetic_lowercase | 4 | Lowercase letters (a to z for the first 26 pages, aa to zz for the next 26, and so on) |
| e_none | 5 | No numeric portion in the label |
See Also