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