Click or drag to resize

PdfTypeDictionaryAdd(KeyValuePairString, PdfTypeBase) Method

Adds an element with the provided key and value to the IDictionary object.

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public void Add(
	KeyValuePair<string, PdfTypeBase> item
)

Parameters

item  KeyValuePairString, PdfTypeBase
The item to be added.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionThe key or value is null.
See Also