In This Topic
Converts all elements of this
IPdfArray to , and copies the converted values to a new array of .
Returns null if some elements can't be converted to a .
Syntax
'Declaration
Public Shared Function AsArray(Of As IPdfObject)( _
ByVal As IPdfArray _
) As
public static AsArray<>(
IPdfArray
)
where T: IPdfObject
Parameters
- array
- The current array.
Type Parameters
- T
Return Value
An array of containing all values from this array.
See Also