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

Syntax

C#
public PdfDictionary GetAsDict(
	PdfName key
)
Visual Basic
Public Function GetAsDict ( _
	key As PdfName _
) As PdfDictionary
Visual C++
public:
PdfDictionary^ GetAsDict(
	PdfName^ key
)

See Also