[]
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.
public static IPdfDict[] AsDictArray(this IPdfArray array)
Public Shared Function AsDictArray(array As IPdfArray) As IPdfDict()
| Type | Name | Description |
|---|---|---|
| IPdfArray | array | The current array. |
| Type | Description |
|---|---|
| IPdfDict[] | An array of IPdfDict containing all values from this array. |