Skip to main content
Skip table of contents

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
ReturnsName
voidAddPageLabel(...)
PdfDictionaryGetDictionary(PdfWriter writer)
voidRemovePageLabel(int page)
Public Static methods
ReturnsName
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
TypeNameDescription
intpage
intnumberStyle
stringtext
intfirstPage
AddPageLabel [2/5]

Source code

public void AddPageLabel(int page, int numberStyle, string text, int firstPage, bool includeFirstPage)
Arguments
TypeNameDescription
intpage
intnumberStyle
stringtext
intfirstPage
boolincludeFirstPage
AddPageLabel [3/5]

Source code

public virtual void AddPageLabel(int page, int numberStyle, string text)
Arguments
TypeNameDescription
intpage
intnumberStyle
stringtext
AddPageLabel [4/5]

Source code

public virtual void AddPageLabel(int page, int numberStyle)
Arguments
TypeNameDescription
intpage
intnumberStyle
AddPageLabel [5/5]

Source code

public virtual void AddPageLabel(PdfPageLabelFormat format)
Arguments
TypeNameDescription
PdfPageLabelFormatformat
RemovePageLabel

Source code

public virtual void RemovePageLabel(int page)
Arguments
TypeNameDescription
intpage
GetDictionary

Source code

public virtual PdfDictionary GetDictionary(PdfWriter writer)
Arguments
TypeNameDescription
PdfWriterwriter
GetPageLabels

Source code

public static string GetPageLabels(PdfReader reader)
Arguments
TypeNameDescription
PdfReaderreader
GetPageLabelFormats

Source code

public static PdfPageLabelFormat GetPageLabelFormats(PdfReader reader)
Arguments
TypeNameDescription
PdfReaderreader

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.