[]
Converts all elements of this IPdfArray to T,
and copies the converted values to a new array of T.
Returns null if some elements can't be converted to a T.
public static T[] AsArray<T>(this IPdfArray array) where T : IPdfObject
| Type | Name | Description |
|---|---|---|
| IPdfArray | array | The current array. |
| Type | Description |
|---|---|
| T[] | An array of |
| Name | Description |
|---|---|
| T |