[]
Converts all elements of this IPdfArray to bool values, and copies the converted values to a new array of bool.
Returns null if some elements can't be converted to a bool.
public static bool[] AsBoolArray(this IPdfArray array)
Public Shared Function AsBoolArray(array As IPdfArray) As Boolean()
| Type | Name | Description |
|---|---|---|
| IPdfArray | array | The current array. |
| Type | Description |
|---|---|
| bool[] | An array of bool containing all values from this array. |