[]
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
| Type | Name | Description |
|---|---|---|
| IPdfDict | dict | The current dictionary. |
| PdfName | key | The key to check. |
| Type | Description |
|---|---|
| bool | true if this IPdfDict contains an element with the specified key, false otherwise. |