Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static PdfDictionary WriteTree(
	Hashtable items,
	PdfWriter writer
)
Visual Basic
Public Shared Function WriteTree ( _
	items As Hashtable, _
	writer As PdfWriter _
) As PdfDictionary
Visual C++
public:
static PdfDictionary^ WriteTree(
	Hashtable^ items, 
	PdfWriter^ writer
)

See Also