Table of Contents

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 int

the real page to start the numbering. First page is 1

numberStyle int

the numbering style such as LOWERCASE_ROMAN_NUMERALS

prefix string

the text to prefix the number. Can be null or empty

logicalPage int

the first logical page number

Fields

LogicalPage

public int LogicalPage

Field Value

int

NumberStyle

public int NumberStyle

Field Value

int

PhysicalPage

public int PhysicalPage

Field Value

int

Prefix

public string Prefix

Field Value

string