[]
Removes the value associated with the specified key.
public static bool Remove(this IPdfDict dict, PdfName key)
Public Shared Function Remove(dict As IPdfDict, key As PdfName) As Boolean
| Type | Name | Description |
|---|---|---|
| IPdfDict | dict | The current dictionary. |
| PdfName | key | The key to remove. |
| Type | Description |
|---|---|
| bool | true if the element was successfully removed, false otherwise. |