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 = 0Decimal arabic numerals.
LowercaseLetters = 4Lowercase letters (a to z for the first 26 pages, aa to zz for the next 26, and so on).
LowercaseRoman = 2Lowercase roman numerals.
Unspecified = 5Style is unspecified. Page labels won't contain numeric portion.
UppercaseLetters = 3Uppercase letters (A to Z for the first 26 pages, AA to ZZ for the next 26, and so on).
UppercaseRoman = 1Uppercase roman numerals.
Remarks
Read the Page labels section for more information.