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

In This Topic
    GetBool Method (IPdfDictHolderExt)
    In This Topic
    Gets the Boolean value associated with the specified key.

    Throws an exception if the value does not exist or cannot be converted to a Boolean.

    Overload List
    OverloadDescription
    Gets the Boolean value associated with the specified key.

    Throws an exception if the value does not exist or cannot be converted to a Boolean.

     
    Gets the Boolean value associated with the specified key.

    Gets defValue if the value does not exist or cannot be converted to a Boolean.

    Adds a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if the value cannot be converted to a Boolean.  
    Gets the Boolean value associated with the specified key.

    Gets defValue if the value does not exist or cannot be converted to a Boolean.

    Adds a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if the value cannot be converted to a Boolean.  
    See Also