Click or drag to resize

PdfTreeTKey, TValueContainsKey Method

Determines whether the tree contains the specified key.

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

Parameters

key  TKey
The key to locate in the tree.

Return Value

Boolean
if the tree contains an entry with the specified key; otherwise, .
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is .
See Also