Class PdfPageLabels.PdfPageLabelFormat
- Namespace
- iTextSharp.text.pdf
- Assembly
- iTextSharp.LGPLv2.Core.dll
public class PdfPageLabels.PdfPageLabelFormat
- Inheritance
-
PdfPageLabels.PdfPageLabelFormat
- Inherited Members
Constructors
PdfPageLabelFormat(int, int, string, int)
Creates a page label format.
public PdfPageLabelFormat(int physicalPage, int numberStyle, string prefix, int logicalPage)
Parameters
physicalPage
intthe real page to start the numbering. First page is 1
numberStyle
intthe numbering style such as LOWERCASE_ROMAN_NUMERALS
prefix
stringthe text to prefix the number. Can be null or empty
logicalPage
intthe first logical page number
Fields
LogicalPage
public int LogicalPage
Field Value
NumberStyle
public int NumberStyle
Field Value
PhysicalPage
public int PhysicalPage
Field Value
Prefix
public string Prefix