Link Search Menu Expand Document

PageNumberingStyle Enumeration

Specifies the numbering style to be used for the numeric portion of each page label.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public enum PageNumberingStyle
Members
Member nameValueDescription
DecimalArabic0 Decimal arabic numerals.
UppercaseRoman1 Uppercase roman numerals.
LowercaseRoman2 Lowercase roman numerals.
UppercaseLetters3 Uppercase letters (A to Z for the first 26 pages, AA to ZZ for the next 26, and so on).
LowercaseLetters4 Lowercase letters (a to z for the first 26 pages, aa to zz for the next 26, and so on).
None5 Missing
See Also

Reference