Click or drag to resize

PdfTypeDictionaryRemove(KeyValuePairString, PdfTypeBase) Method

Removes the element with the specified key from the Dictionary.

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

Parameters

item  KeyValuePairString, PdfTypeBase
The key of the element to remove.

Return Value

Boolean
Always true

Implements

ICollectionTRemove(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionThe key is null.
See Also