[]
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
Public Shared Function AsArray(Of T As IPdfObject)(array As IPdfArray) As T()
Type | Name | Description |
---|---|---|
IPdfArray | array | The current array. |
Type | Description |
---|---|
T[] | An array of |
Name | Description |
---|---|
T |