HiraokaHyperTools.iTextSharp-LGPL  0.2.5
iTextSharp.text.pdf.PdfNameTree Class Reference

Static Public Member Functions

static PdfDictionary WriteTree (Hashtable items, PdfWriter writer)
 
static Hashtable ReadTree (PdfDictionary dic)
 

Detailed Description

Creates a name tree.

Author
Paulo Soares (psoar.nosp@m.es@c.nosp@m.onsis.nosp@m.te.p.nosp@m.t)

Member Function Documentation

◆ ReadTree()

static Hashtable iTextSharp.text.pdf.PdfNameTree.ReadTree ( PdfDictionary  dic)
static

◆ WriteTree()

static PdfDictionary iTextSharp.text.pdf.PdfNameTree.WriteTree ( Hashtable  items,
PdfWriter  writer 
)
static

Creates a name tree.

Parameters
itemsthe item of the name tree. The key is a String and the value is a PdfObject. Note that although the keys are strings only the lower byte is used and no check is made for chars with the same lower byte and different upper byte. This will generate a wrong tree name.
writerthe writer
Exceptions
IOExceptionon error
Returns
the dictionary with the name tree. This dictionary is the one generally pointed to by the key /Dests, for example

The documentation for this class was generated from the following file: