'Declaration Public Shared Function GetIntArray( _ ByVal array As IPdfArray, _ ByVal index As System.Integer, _ Optional ByVal singleToArray As System.Boolean _ ) As System.Integer()
public static System.int[] GetIntArray( IPdfArray array, System.int index, System.bool singleToArray )
Parameters
- array
- The current array.
- index
- The index of the value to get.
- singleToArray
- Indicates whether to convert a single Integer value to an array.
Return Value
The array at the specified key, or null.