PdfPageLabelFormat Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf.PdfPageLabels
iTextSharp.text.pdf.PdfPageLabels.PdfPageLabelFormat[[PdfPageLabelFormat]]
end
Members
Methods
Public methods
Details
Constructors
PdfPageLabelFormat
Source code
public PdfPageLabelFormat(int physicalPage, int numberStyle, string prefix, int logicalPage)
Arguments
Type | Name | Description |
---|
int | physicalPage | |
int | numberStyle | |
string | prefix | |
int | logicalPage | |
Methods
ToString
Source code
public override string ToString()
Generated with ModularDoc