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

ファイルを表示 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_oe property

public int logicalPage
return int

numberStyle public_oe property

public int numberStyle
return int

physicalPage public_oe property

public int physicalPage
return int

prefix public_oe property

public String prefix
return String