[]
Initializes a new instance of the PdfNumber class.
public PdfNumber(double value)
Public Sub New(value As Double)
Type | Name | Description |
---|---|---|
double | value | The value. |
Initializes a new instance of the PdfName class.
public PdfNumber(double value, int decimalPlaces)
Public Sub New(value As Double, decimalPlaces As Integer)
Type | Name | Description |
---|---|---|
double | value | The value. |
int | decimalPlaces | The count of digits after decimal point. |
Initializes a new instance of the PdfNumber class.
public PdfNumber(uint value)
Public Sub New(value As UInteger)
Type | Name | Description |
---|---|---|
uint | value | The value. |
Initializes a new instance of the PdfNumber class.
public PdfNumber(int value)
Public Sub New(value As Integer)
Type | Name | Description |
---|---|---|
int | value | The value. |