Initializes a new instance of the PdfNumber class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public PdfNumber( double value ) |
| Visual Basic |
|---|
Public Sub New ( _ value As Double _ ) |
| Visual C++ |
|---|
public: PdfNumber( double value ) |
Parameters
- value
- Type: System..::..Double