Click or drag to resize

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
Members
  Member nameValueDescription
e_decimal0Decimal Arabic numerals
e_roman_uppercase1Uppercase roman numerals
e_roman_lowercase2Lowercase roman numerals
e_alphabetic_uppercase3Uppercase letters (A to Z for the first 26 pages, AA to ZZ for the next 26, and so on)
e_alphabetic_lowercase4Lowercase letters (a to z for the first 26 pages, aa to zz for the next 26, and so on)
e_none5No numeric portion in the label
See Also