[]
Sets the value associated with the specified key without affecting the Changed value.
If value is null, the entry specified by the key will be removed.
public static void SetSilent(this IPdfDict dict, PdfName key, IPdfObject value)
| Type | Name | Description |
|---|---|---|
| IPdfDict | dict | The current dictionary. |
| PdfName | key | The key of the value to set. |
| IPdfObject | value | The value to set. |