Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfNumberExt Class / AsDouble Method

In This Topic
    AsDouble Method
    In This Topic
    Converts the IPdfNumber to a double value.
    Syntax
    'Declaration
     
    Public Shared Function AsDouble( _
       ByVal pn As IPdfNumber _
    ) As System.Double
    public static System.double AsDouble( 
       IPdfNumber pn
    )

    Parameters

    pn
    See Also