[]
Tries to gets the array of IPdfRef objects associated with the specified key.
public static bool TryGetRefArray(this IPdfDict dict, PdfName key, out IPdfRef[] value, bool singleToArray = false)
Public Shared Function TryGetRefArray(dict As IPdfDict, key As PdfName, ByRef value As IPdfRef(), Optional singleToArray As Boolean = False) As Boolean
Type | Name | Description |
---|---|---|
IPdfDict | dict | The current dictionary. |
PdfName | key | The key identifying the array. |
IPdfRef[] | value | OUT: The array of IPdfRef. |
bool | singleToArray | Indicates whether to convert a single IPdfRef value to an array. |
Type | Description |
---|---|
bool | true if successful, false otherwise. |