[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfArrayExt.AsBoolArray

AsBoolArray Method

AsBoolArray(IPdfArray)

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.

Declaration
public static bool[] AsBoolArray(this IPdfArray array)
Public Shared Function AsBoolArray(array As IPdfArray) As Boolean()
Parameters
Type Name Description
IPdfArray array

The current array.

Returns
Type Description
bool[]

An array of bool containing all values from this array.