Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfNumber Class / PdfNumber Constructor / PdfNumber Constructor(Double)
The value.

In This Topic
    PdfNumber Constructor(Double)
    In This Topic
    Initializes a new instance of the PdfNumber class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As System.Double _
    )
    public PdfNumber( 
       System.double value
    )

    Parameters

    value
    The value.
    See Also