'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.