PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Specifies the available styles when setting up a page numbering range.
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
C# |
---|
public enum NumberingStyle |
Visual Basic (Declaration) |
---|
Public Enumeration NumberingStyle |
Visual C++ |
---|
public enum class NumberingStyle |
Members
Member name | Description | |
---|---|---|
XofY |
The numbering style uses X of Y
| |
UpperCaseRoman |
The numbering style uses uppercase roman numerals
| |
LowerCaseRoman |
The numbering style uses lowercase roman numerals
| |
Regular |
The numbering style uses regular numerals
|