[]
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)
Public Shared Function TryGetValue(dict As IPdfDict, key As PdfName, ByRef value As IPdfObject) As Boolean
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. |