iText 5

PdfNumberTree

PdfNumberTree Public class

Diagram

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

Members

Methods

Public Static methods

Returns

Name

Dictionary<int,

PdfObject

>

ReadTree

(

PdfDictionary

dic)

PdfDictionary

WriteTree

(Dictionary<int, T> items,

PdfWriter

writer)

Details

Constructors

PdfNumberTree

public PdfNumberTree()

Methods

WriteTree

Source code

public static PdfDictionary WriteTree<T>(Dictionary<int, T> items, PdfWriter writer) where T : PdfObject

Arguments

Type

Name

Description

Dictionary<int, T>

items

PdfWriter

writer

ReadTree

Source code

public static Dictionary<int, PdfObject> ReadTree(PdfDictionary dic)

Arguments

Type

Name

Description

PdfDictionary

dic

Generated with ModularDoc