Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfDictExt Class / GetFloat Method

In This Topic
    GetFloat Method (IPdfDictExt)
    In This Topic
    Gets the nullable Float value associated with the specified key. If the value does not exist or cannot be converted to a Float, returns defValue (which can be null).
    Overload List
    OverloadDescription
    Gets the nullable Float value associated with the specified key. If the value does not exist or cannot be converted to a Float, returns defValue (which can be null).  
    Gets the Float value associated with the specified key. If the value does not exist or cannot be converted to a Float, returns defValue.  
    See Also