Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayHolderExt Class / GetRef Method
The current PDF array holder.
The index of the item to return.

In This Topic
    GetRef Method
    In This Topic
    Gets the PdfRef at the specified index.

    Throws an exception if the value cannot be converted.

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

    Parameters

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

    Return Value

    The value at the specified index.
    See Also