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

In This Topic
    GetInt Method (IPdfArrayHolderExt)
    In This Topic
    Gets the integer value at the specified index.

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

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

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

     
    Gets the integer value at the specified index.

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

     
    Gets the integer value at the specified index.

    If the value cannot be converted to an integer, returns defValue and adds a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog.

     
    See Also