PdfDictionaryContainsKey Method |
Namespace: SautinSoft.Pdf.ObjectsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.10.30
Syntax public bool ContainsKey(
PdfName key
)
Public Function ContainsKey (
key As PdfName
) As Boolean
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 Exception | Condition |
---|
ArgumentNullException | key is . |
See Also