PdfDictionaryDictionaryElementsGetDictionary Method Terminal Works - PDF Printing.Net Library
Gets the PdfDictionary with the specified key, or null, if no such object exists. If the key refers to a reference, the referenced PdfDictionary is returned.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public PdfDictionary GetDictionary(
	string key
)

Parameters

key
Type: SystemString

Return Value

Type: PdfDictionary
See Also

Reference