PdfDictionaryDictionaryElementsAdd Method (String, PdfItem)Terminal Works - PDF Printing.Net Library
Adds the specified value to the dictionary.

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

public void Add(
	string key,
	PdfItem value
)

Parameters

key
Type: SystemString
value
Type: PdfEdit.PdfPdfItem

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also

Reference