Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfNumber Class / PdfNumber Constructor / PdfNumber Constructor(Double,Int32)
The value.
The count of digits after decimal point.

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

    Parameters

    value
    The value.
    decimalPlaces
    The count of digits after decimal point.
    See Also