[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfNumberExt.AsFloat

AsFloat Method

AsFloat(IPdfNumber)

Converts the IPdfNumber to a float value. Note that this method simply casts the double value to float.

Declaration
public static float AsFloat(this IPdfNumber pn)
Public Shared Function AsFloat(pn As IPdfNumber) As Single
Parameters
Type Name Description
IPdfNumber pn
Returns
Type Description
float