Click or drag to resize

PdfDictionaryContainsKey Method

Determines whether the PdfDictionary contains the specified key.

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

Parameters

key  PdfName
The key to locate in the PdfDictionary.

Return Value

Boolean
if the PdfDictionary contains an entry with the specified key; otherwise, .

Implements

IDictionaryTKey, TValueContainsKey(TKey)
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is .
See Also