Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayHolderExt Class / ToBoolArray Method / ToBoolArray(IPdfArrayHolder) Method
The current PDF array holder.

In This Topic
    ToBoolArray(IPdfArrayHolder) Method
    In This Topic
    Converts all elements of this PDF array to Booleans, and copies the converted values to a new array of Booleans.

    Throws an exception if any value cannot be converted to a Boolean.

    Syntax
    'Declaration
     
    Public Overloads Shared Function ToBoolArray( _
       ByVal pah As IPdfArrayHolder _
    ) As System.Boolean()
    public static System.bool[] ToBoolArray( 
       IPdfArrayHolder pah
    )

    Parameters

    pah
    The current PDF array holder.

    Return Value

    A Boolean array containing all values from this array.
    See Also