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

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch

Méthodes publiques

Свойство Type Description
logicalPage int
numberStyle int
physicalPage int
prefix String

Méthodes publiques

Méthode Description
PdfPageLabelFormat ( int physicalPage, int numberStyle, String prefix, int logicalPage ) : System

Method Details

PdfPageLabelFormat() public méthode

public PdfPageLabelFormat ( int physicalPage, int numberStyle, String prefix, int logicalPage ) : System
physicalPage int
numberStyle int
prefix String
logicalPage int
Résultat System

Property Details

logicalPage public_oe property

public int logicalPage
Résultat int

numberStyle public_oe property

public int numberStyle
Résultat int

physicalPage public_oe property

public int physicalPage
Résultat int

prefix public_oe property

public String prefix
Résultat String