ContainsKey Method (IPdfDictExt)
In This Topic
Determines whether this IPdfDict contains the specified key.
Syntax
'Declaration
Public Shared Function ContainsKey( _
ByVal As IPdfDict, _
ByVal As PdfName _
) As System.Boolean
public static System.bool ContainsKey(
IPdfDict ,
PdfName
)
Parameters
- dict
- The current dictionary.
- key
- The key to check.
Return Value
true if this IPdfDict contains an element with the specified key, false otherwise.
See Also