Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / WriteDouble Method

In This Topic
    WriteDouble Method
    In This Topic
    Writes a double value.
    Syntax
    'Declaration
     
    Public Sub WriteDouble( _
       ByVal value As System.Double, _
       Optional ByVal decimalPlaces As System.Integer _
    ) 
    public void WriteDouble( 
       System.double value,
       System.int decimalPlaces
    )

    Parameters

    value
    decimalPlaces
    See Also