PdfPageLabels Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.PdfPageLabels[[PdfPageLabels]]
end
Members
Methods
Public methods
Public Static methods
Details
Nested types
Classes
Constructors
PdfPageLabels
Source code
public PdfPageLabels()
Methods
AddPageLabel [1/5]
Source code
public virtual void AddPageLabel(int page, int numberStyle, string text, int firstPage)
Arguments
Type | Name | Description |
---|
int | page | |
int | numberStyle | |
string | text | |
int | firstPage | |
AddPageLabel [2/5]
Source code
public void AddPageLabel(int page, int numberStyle, string text, int firstPage, bool includeFirstPage)
Arguments
Type | Name | Description |
---|
int | page | |
int | numberStyle | |
string | text | |
int | firstPage | |
bool | includeFirstPage | |
AddPageLabel [3/5]
Source code
public virtual void AddPageLabel(int page, int numberStyle, string text)
Arguments
Type | Name | Description |
---|
int | page | |
int | numberStyle | |
string | text | |
AddPageLabel [4/5]
Source code
public virtual void AddPageLabel(int page, int numberStyle)
Arguments
Type | Name | Description |
---|
int | page | |
int | numberStyle | |
AddPageLabel [5/5]
Source code
public virtual void AddPageLabel(PdfPageLabelFormat format)
Arguments
Type | Name | Description |
---|
PdfPageLabelFormat | format | |
RemovePageLabel
Source code
public virtual void RemovePageLabel(int page)
Arguments
Type | Name | Description |
---|
int | page | |
GetDictionary
Source code
public virtual PdfDictionary GetDictionary(PdfWriter writer)
Arguments
GetPageLabels
Source code
public static string GetPageLabels(PdfReader reader)
Arguments
GetPageLabelFormats
Source code
public static PdfPageLabelFormat GetPageLabelFormats(PdfReader reader)
Arguments
Generated with ModularDoc