Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayExt Class / GetInt Method

In This Topic
    GetInt Method (IPdfArrayExt)
    In This Topic
    Gets the int value at the specified index.

    Returns defValue if the value cannot be converted to an int.

    Overload List
    OverloadDescription
    Gets the int value at the specified index.

    Returns defValue if the value cannot be converted to an int.

     
    Gets the nullable int value at the specified index.

    Returns defValue if the value cannot be converted to an int.

     
    See Also