Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayHolderExt Class / ToIntArray Method

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

    Overload List
    OverloadDescription
    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.

     
    Converts all elements of this PDF array to integers, and copies the converted values to a new array of integers.

    Uses defItemValue for values that cannot be converted to integers.

     
    See Also