[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfNumber.-ctor

PdfNumber Constructor

PdfNumber(double)

Initializes a new instance of the PdfNumber class.

Declaration
public PdfNumber(double value)
Public Sub New(value As Double)
Parameters
Type Name Description
double value

The value.

PdfNumber(double, int)

Initializes a new instance of the PdfName class.

Declaration
public PdfNumber(double value, int decimalPlaces)
Public Sub New(value As Double, decimalPlaces As Integer)
Parameters
Type Name Description
double value

The value.

int decimalPlaces

The count of digits after decimal point.

PdfNumber(uint)

Initializes a new instance of the PdfNumber class.

Declaration
public PdfNumber(uint value)
Public Sub New(value As UInteger)
Parameters
Type Name Description
uint value

The value.

PdfNumber(int)

Initializes a new instance of the PdfNumber class.

Declaration
public PdfNumber(int value)
Public Sub New(value As Integer)
Parameters
Type Name Description
int value

The value.