[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfArrayExt.TryGetIntArray

TryGetIntArray Method

TryGetIntArray(IPdfArray, int, out int[], bool)

Tries to get the Integer array at the specified index.

Declaration
public static bool TryGetIntArray(this IPdfArray array, int index, out int[] value, bool singleToArray = false)
Public Shared Function TryGetIntArray(array As IPdfArray, index As Integer, ByRef value As Integer(), Optional singleToArray As Boolean = False) As Boolean
Parameters
Type Name Description
IPdfArray array

The current array.

int index

The index of the value to get.

int[] value

OUT: The integer array.

bool singleToArray

Indicates whether to convert a single Integer value to an array.

Returns
Type Description
bool

true if value at specified index can be converted to an integer array; otherwise false.