PageNumberingStyle Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Specifies the numbering style to be used for the numeric portion of each page label.
Namespace:Bytescout.PDFAssembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
DecimalArabic | 0 | Decimal arabic numerals. | |
UppercaseRoman | 1 | Uppercase roman numerals. | |
LowercaseRoman | 2 | Lowercase roman numerals. | |
UppercaseLetters | 3 | Uppercase letters (A to Z for the first 26 pages, AA to ZZ for the next 26, and so on). | |
LowercaseLetters | 4 | Lowercase letters (a to z for the first 26 pages, aa to zz for the next 26, and so on). | |
None | 5 | Missing |
See Also