[]
Converts all elements of this IPdfArray to integer values, and copies the converted values to a new array of integers.
Returns null if some elements can't be converted to an integer.
public static int[] AsIntArray(this IPdfArray array)
Public Shared Function AsIntArray(array As IPdfArray) As Integer()
Type | Name | Description |
---|---|---|
IPdfArray | array | The current array. |
Type | Description |
---|---|
int[] | An array of integers containing all values from this array. |