Initializes a new instance of the PdfPageLabels..::..PdfPageLabelFormat class

Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public PdfPageLabelFormat(
	int physicalPage,
	int numberStyle,
	string prefix,
	int logicalPage
)
Visual Basic
Public Sub New ( _
	physicalPage As Integer, _
	numberStyle As Integer, _
	prefix As String, _
	logicalPage As Integer _
)
Visual C++
public:
PdfPageLabelFormat(
	int physicalPage, 
	int numberStyle, 
	String^ prefix, 
	int logicalPage
)

Parameters

physicalPage
Type: System..::..Int32
numberStyle
Type: System..::..Int32
prefix
Type: System..::..String
logicalPage
Type: System..::..Int32

See Also