[]
Gets the Integer array at the specified index.
public static int[] GetIntArray(this IPdfArray array, int index, bool singleToArray = false)
Public Shared Function GetIntArray(array As IPdfArray, index As Integer, Optional singleToArray As Boolean = False) As Integer()
Type | Name | Description |
---|---|---|
IPdfArray | array | The current array. |
int | index | The index of the value to get. |
bool | singleToArray | Indicates whether to convert a single Integer value to an array. |
Type | Description |
---|---|
int[] | The array at the specified key, or null. |