Click or drag to resize

PdfTreeTKey, TValueTryGetValue Method

Gets the value associated with the specified key.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public bool TryGetValue(
	TKey key,
	out TValue value
)

Parameters

key  TKey
The key of the value to get.
value  TValue
When this method returns, contains the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter.

Return Value

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