iText 5

PdfPageLabels (1)

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

Returns

Name

PdfPageLabelFormat``[]

GetPageLabelFormats

(

PdfReader

reader)

string``[]

GetPageLabels

(

PdfReader

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

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

Type

Name

Description

PdfWriter

writer

GetPageLabels

Source code

public static string GetPageLabels(PdfReader reader)

Arguments

Type

Name

Description

PdfReader

reader

GetPageLabelFormats

Source code

public static PdfPageLabelFormat GetPageLabelFormats(PdfReader reader)

Arguments

Type

Name

Description

PdfReader

reader

Generated with ModularDoc