Enum PdfPageNumberingStyle
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
The numbering styles that can be used for the numeric portion of page labels in a labeling range.
public enum PdfPageNumberingStyle
Fields
DecimalArabic = 0
Decimal arabic numerals.
LowercaseLetters = 4
Lowercase letters (a to z for the first 26 pages, aa to zz for the next 26, and so on).
LowercaseRoman = 2
Lowercase roman numerals.
Unspecified = 5
Style is unspecified. Page labels won't contain numeric portion.
UppercaseLetters = 3
Uppercase letters (A to Z for the first 26 pages, AA to ZZ for the next 26, and so on).
UppercaseRoman = 1
Uppercase roman numerals.
Remarks
Read the Page labels section for more information.