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
Overload | Description |
GetFloat(IPdfDict,PdfName,Nullable<Single>) | Gets the nullable Float value associated with the specified key. If the value does not exist or cannot be converted to a Float, returns (which can be null). |
GetFloat(IPdfDict,PdfName,Single) | Gets the Float value associated with the specified key. If the value does not exist or cannot be converted to a Float, returns . |
See Also