[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfArrayExt.AsDictArray

AsDictArray Method

AsDictArray(IPdfArray)

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.

Declaration
public static IPdfDict[] AsDictArray(this IPdfArray array)
Public Shared Function AsDictArray(array As IPdfArray) As IPdfDict()
Parameters
Type Name Description
IPdfArray array

The current array.

Returns
Type Description
IPdfDict[]

An array of IPdfDict containing all values from this array.