Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayExt Class / GetItem Method
The current array.
The item index.

In This Topic
    GetItem Method
    In This Topic
    Gets an item at specified index.
    Syntax
    'Declaration
     
    Public Shared Function GetItem( _
       ByVal array As IPdfArray, _
       ByVal index As System.Integer _
    ) As IPdfObject
    public static IPdfObject GetItem( 
       IPdfArray array,
       System.int index
    )

    Parameters

    array
    The current array.
    index
    The item index.

    Return Value

    The IPdfObject with specified index.
    See Also