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

In This Topic
    GetDict(IPdfArrayHolder,Int32,IPdfDictHolder) Method
    In This Topic
    Gets the IPdfDictHolder object at the specified index.

    Returns defValue if the value cannot be converted.

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

    Parameters

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

    Return Value

    The object at the specified index.
    See Also