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

Syntax

C#
public static PdfPageLabels..::..PdfPageLabelFormat[] GetPageLabelFormats(
	PdfReader reader
)
Visual Basic
Public Shared Function GetPageLabelFormats ( _
	reader As PdfReader _
) As PdfPageLabels..::..PdfPageLabelFormat()
Visual C++
public:
static array<PdfPageLabels..::..PdfPageLabelFormat^>^ GetPageLabelFormats(
	PdfReader^ reader
)

See Also