Click or drag to resize

PdfTypeDictionaryRemove(String) 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(
	string key
)

Parameters

key  String
The key of the element to remove.

Return Value

Boolean
Always true

Implements

IDictionaryTKey, TValueRemove(TKey)
Exceptions
ExceptionCondition
ArgumentNullExceptionThe key is null.
See Also