Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayHolderExt Class / ToIntArray Method / ToIntArray(IPdfArrayHolder) Method
The current PDF array holder.

In This Topic
    ToIntArray(IPdfArrayHolder) Method
    In This Topic
    Converts all elements of this PDF array to integers, and copies the converted values to a new array of integers.

    Throws an exception if any value cannot be converted to an integer.

    Syntax
    'Declaration
     
    Public Overloads Shared Function ToIntArray( _
       ByVal pah As IPdfArrayHolder _
    ) As System.Integer()
    public static System.int[] ToIntArray( 
       IPdfArrayHolder pah
    )

    Parameters

    pah
    The current PDF array holder.

    Return Value

    An integer array containing all values from this array.
    See Also