Initializes a new instance of the PdfNumber class

Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public PdfNumber(
	float value
)
Visual Basic
Public Sub New ( _
	value As Single _
)
Visual C++
public:
PdfNumber(
	float value
)

Parameters

value
Type: System..::..Single

See Also