C# Class iTextSharp.text.pdf.PdfPageLabels.PdfPageLabelFormat

Show file Open project: mapo80/iTextSharp-Monotouch

Public Properties

Property Type Description
logicalPage int
numberStyle int
physicalPage int
prefix String

Public Methods

Method Description
PdfPageLabelFormat ( int physicalPage, int numberStyle, String prefix, int logicalPage ) : System

Method Details

PdfPageLabelFormat() public method

public PdfPageLabelFormat ( int physicalPage, int numberStyle, String prefix, int logicalPage ) : System
physicalPage int
numberStyle int
prefix String
logicalPage int
return System

Property Details

logicalPage public property

public int logicalPage
return int

numberStyle public property

public int numberStyle
return int

physicalPage public property

public int physicalPage
return int

prefix public property

public String prefix
return String