Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayHolderExt Class / AsDictArray Method / AsDictArray(IPdfArrayHolder,IPdfDictHolder) Method
The current PDF array holder.
The default value for items that cannot be converted.

In This Topic
    AsDictArray(IPdfArrayHolder,IPdfDictHolder) Method
    In This Topic
    Converts all elements of this PDF array to IPdfDictHolder objects, and copies the converted values to a new array.

    Uses defItemValue for items that cannot be converted.

    Syntax
    'Declaration
     
    Public Overloads Shared Function AsDictArray( _
       ByVal pah As IPdfArrayHolder, _
       ByVal defItemValue As IPdfDictHolder _
    ) As IPdfDictHolder()
    public static IPdfDictHolder[] AsDictArray( 
       IPdfArrayHolder pah,
       IPdfDictHolder defItemValue
    )

    Parameters

    pah
    The current PDF array holder.
    defItemValue
    The default value for items that cannot be converted.

    Return Value

    An array of IPdfDictHolder objects containing items from this array.
    See Also