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( int value ) |
| Visual Basic |
|---|
Public Sub New ( _ value As Integer _ ) |
| Visual C++ |
|---|
public: PdfNumber( int value ) |
Parameters
- value
- Type: System..::..Int32