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
Details
Nested types
Classes
Constructors
PdfNameTree
public PdfNameTree()
Methods
WriteTree
Source code
public static PdfDictionary WriteTree<T>(Dictionary<string, T> items, PdfWriter writer)
where T : PdfObject
Arguments
Type | Name | Description |
---|
Dictionary <string , T > | items | |
PdfWriter | writer | |
ReadTree
Source code
public static Dictionary<string, PdfObject> ReadTree(PdfDictionary dic)
Arguments
Generated with ModularDoc