[]
Determines whether this IPdfDict contains the specified key.
public static bool ContainsKey(this IPdfDict dict, PdfName key)
Public Shared Function ContainsKey(dict As IPdfDict, key As PdfName) As Boolean
The current dictionary.
The key to check.
true if this IPdfDict contains an element with the specified key, false otherwise.