PdfDictionaryDictionaryElementsItem Property (String)Terminal Works - PDF Printing.Net Library
Gets or sets an entry in the dictionary. The specified key must be a valid PDF name starting with a slash '/'. This property provides full access to the elements of the PDF dictionary. Wrong use can lead to errors or corrupt PDF files.

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

public PdfItem this[
	string key
] { get; set; }

Parameters

key
Type: SystemString

Property Value

Type: PdfItem

Implements

IDictionaryTKey, TValueItemTKey
See Also

Reference