Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayExt Class / AsIntArray Method
The current array.

In This Topic
    AsIntArray Method
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Shared Function AsIntArray( _
       ByVal array As IPdfArray _
    ) As System.Integer()
    public static System.int[] AsIntArray( 
       IPdfArray array
    )

    Parameters

    array
    The current array.

    Return Value

    An array of integers containing all values from this array.
    See Also