Overload | Description |
---|---|
GetFloat(IPdfArray,Int32,Single) | Gets the float value at the specified index.
Returns defValue if the value cannot be converted to a float. |
GetFloat(IPdfArray,Int32,Nullable<Single>) | 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. |