Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayExt Class / AsBoolArray Method
The current array.

In This Topic
    AsBoolArray Method
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Shared Function AsBoolArray( _
       ByVal array As IPdfArray _
    ) As System.Boolean()
    public static System.bool[] AsBoolArray( 
       IPdfArray array
    )

    Parameters

    array
    The current array.

    Return Value

    An array of bool containing all values from this array.
    See Also