[]
Tries to get a value with specified key. The method does not perform any processing of the value and returns it as is.
public static bool TryGetValue(this IPdfDict dict, PdfName key, out IPdfObject value)
| Type | Name | Description |
|---|---|---|
| IPdfDict | dict | The current dictionary. |
| PdfName | key | The key of the value. |
| IPdfObject | value | OUT: The value. |
| Type | Description |
|---|---|
| bool | true if value exists, false otherwise. |