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

In This Topic
    AsDictArray Method
    In This Topic
    Converts all elements of this IPdfArray to IPdfDict, and copies the converted values to a new array of IPdfDict.

    Returns null if some elements can't be converted to a IPdfDict.

    Syntax
    'Declaration
     
    Public Shared Function AsDictArray( _
       ByVal array As IPdfArray _
    ) As IPdfDict()
    public static IPdfDict[] AsDictArray( 
       IPdfArray array
    )

    Parameters

    array
    The current array.

    Return Value

    An array of IPdfDict containing all values from this array.
    See Also