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

In This Topic
    GetFloat Method (IPdfArrayHolderExt)
    In This Topic
    Gets the float value at the specified index.

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

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

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

     
    Gets the float value at the specified index.

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

     
    Gets the float value at the specified index.

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

     
    See Also