Click or drag to resize

PdfTreeTKey, TValueRemove(TKey) Method

Removes the value with the specified key from the tree.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public bool Remove(
	TKey key
)

Parameters

key  TKey
The key of the entry to remove.

Return Value

Boolean
if the key is found and the entry removed; otherwise, . This method returns if key is not found in the tree.
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is .
See Also