[]
Initializes a new instance of the PdfNumber class.
public PdfNumber(double value)
| Type | Name | Description |
|---|---|---|
| double | value | The value. |
Initializes a new instance of the PdfName class.
public PdfNumber(double value, int decimalPlaces)
| 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)
| Type | Name | Description |
|---|---|---|
| uint | value | The value. |
Initializes a new instance of the PdfNumber class.
public PdfNumber(int value)
| Type | Name | Description |
|---|---|---|
| int | value | The value. |