Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayHolderExt Class / ToBoolArray Method

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

    Overload List
    OverloadDescription
    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.

     
    Converts all elements of this PDF array to Booleans, and copies the converted values to a new array of Booleans.

    Uses defItemValue for values that cannot be converted to Booleans.

     
    See Also