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
|
Returns |
Name |
|---|---|
|
|
( |
|
|
(
writer) |
|
|
( |
Public Static methods
|
Returns |
Name |
|---|---|
|
|
(
reader) |
|
|
(
reader) |
Details
Nested types
Classes
-
PdfPageLabelFormat
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 |
|---|---|---|
|
|
page |
|
|
|
numberStyle |
|
|
|
text |
|
|
|
firstPage |
AddPageLabel [2/5]
Source code
public void AddPageLabel(int page, int numberStyle, string text, int firstPage, bool includeFirstPage)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
page |
|
|
|
numberStyle |
|
|
|
text |
|
|
|
firstPage |
|
|
|
includeFirstPage |
AddPageLabel [3/5]
Source code
public virtual void AddPageLabel(int page, int numberStyle, string text)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
page |
|
|
|
numberStyle |
|
|
|
text |
AddPageLabel [4/5]
Source code
public virtual void AddPageLabel(int page, int numberStyle)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
page |
|
|
|
numberStyle |
AddPageLabel [5/5]
Source code
public virtual void AddPageLabel(PdfPageLabelFormat format)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
format |
RemovePageLabel
Source code
public virtual void RemovePageLabel(int page)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
page |
GetDictionary
Source code
public virtual PdfDictionary GetDictionary(PdfWriter writer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
GetPageLabels
Source code
public static string GetPageLabels(PdfReader reader)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
reader |
GetPageLabelFormats
Source code
public static PdfPageLabelFormat GetPageLabelFormats(PdfReader reader)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
reader |
Generated with ModularDoc