[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfArrayExt.AsIntArray

AsIntArray Method

AsIntArray(IPdfArray)

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.

Declaration
public static int[] AsIntArray(this IPdfArray array)
Public Shared Function AsIntArray(array As IPdfArray) As Integer()
Parameters
Type Name Description
IPdfArray array

The current array.

Returns
Type Description
int[]

An array of integers containing all values from this array.