Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayHolderExt Class / GetInt Method / GetInt(IPdfArrayHolder,Int32,Int32) Method
The current PDF array holder.
The index of the item to return.
The default value.

In This Topic
    GetInt(IPdfArrayHolder,Int32,Int32) Method
    In This Topic
    Gets the integer value at the specified index.

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

    Syntax
    'Declaration
     
    Public Overloads Shared Function GetInt( _
       ByVal pah As IPdfArrayHolder, _
       ByVal index As System.Integer, _
       ByVal defValue As System.Integer _
    ) As System.Integer
    public static System.int GetInt( 
       IPdfArrayHolder pah,
       System.int index,
       System.int defValue
    )

    Parameters

    pah
    The current PDF array holder.
    index
    The index of the item to return.
    defValue
    The default value.

    Return Value

    The value at the specified index.
    See Also