In This Topic
Converts all elements of this
IPdfArray to
IPdfRef, and copies the converted values to a new array of
IPdfRef.
Returns null if some elements can't be converted to a IPdfRef.
Syntax
'Declaration
Public Shared Function AsRefArray( _
ByVal As IPdfArray, _
Optional ByVal As System.Boolean _
) As IPdfRef()
public static IPdfRef[] AsRefArray(
IPdfArray ,
System.bool
)
Parameters
- array
- The current array.
- allowNull
- Indicates whether the IPdfNull should be processed as valid value and converted to a null reference (Nothing in Visual Basic).
Return Value
An array of IPdfRef containing all values from this array.
See Also