iTextSharp.text.pdf.PdfPageLabels.PdfPageLabelFormat.PdfPageLabelFormat C# (CSharp) Метод

PdfPageLabelFormat() публичный Метод

public PdfPageLabelFormat ( int physicalPage, int numberStyle, String prefix, int logicalPage ) : System
physicalPage int
numberStyle int
prefix String
logicalPage int
Результат System
            public PdfPageLabelFormat(int physicalPage, int numberStyle, String prefix, int logicalPage)
            {
                this.physicalPage = physicalPage;
                this.numberStyle = numberStyle;
                this.prefix = prefix;
                this.logicalPage = logicalPage;
            }
PdfPageLabels.PdfPageLabelFormat