Class PdfNumberTree
- Namespace
- iTextSharp.text.pdf
- Assembly
- iTextSharp.LGPLv2.Core.dll
Creates a number tree. @author Paulo Soares (psoares@consiste.pt)
public static class PdfNumberTree
- Inheritance
-
PdfNumberTree
- Inherited Members
Methods
ReadTree(PdfDictionary)
public static INullValueDictionary<int, PdfObject> ReadTree(PdfDictionary dic)
Parameters
dic
PdfDictionary
Returns
WriteTree<T>(INullValueDictionary<int, T>, PdfWriter)
Creates a number tree. and the value is a PdfObject . @throws IOException on error
public static PdfDictionary WriteTree<T>(INullValueDictionary<int, T> items, PdfWriter writer) where T : PdfObject
Parameters
items
INullValueDictionary<int, T>the item of the number tree. The key is an Integer
writer
PdfWriterthe writer
Returns
- PdfDictionary
the dictionary with the number tree.
Type Parameters
T