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

In This Topic
    GetBool Method (IPdfArrayHolderExt)
    In This Topic
    Gets the Boolean value at the specified index.

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

    Overload List
    OverloadDescription
    Gets the Boolean value at the specified index.

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

     
    Gets the Boolean value at the specified index.

    Returns defValue if the value cannot be converted to a Boolean.

     
    Gets the Boolean value at the specified index.

    If the value cannot be converted to a Boolean, returns defValue and adds a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog.

     
    See Also