Skip to main content
Skip table of contents

PdfNameTree (1)

PdfNameTree Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.PdfNameTree[[PdfNameTree]]
  end

Members

Methods

Public Static methods
ReturnsName
Dictionary<string, PdfObject>ReadTree(PdfDictionary dic)
PdfDictionaryWriteTree(Dictionary<string, T> items, PdfWriter writer)

Details

Nested types

Classes
  • CompareSrt

Constructors

PdfNameTree
public PdfNameTree()

Methods

WriteTree

Source code

public static PdfDictionary WriteTree<T>(Dictionary<string, T> items, PdfWriter writer)
where T : PdfObject
Arguments
TypeNameDescription
Dictionary<string, T>items
PdfWriterwriter
ReadTree

Source code

public static Dictionary<string, PdfObject> ReadTree(PdfDictionary dic)
Arguments
TypeNameDescription
PdfDictionarydic

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.