Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayHolderExt Class / AsDictArray Method / AsDictArray(IPdfArrayHolder) Method
The current PDF array holder.

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

    Throws an exception if any value cannot be converted.

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

    Parameters

    pah
    The current PDF array holder.

    Return Value

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