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(
	string content
)
Visual Basic
Public Sub New ( _
	content As String _
)
Visual C++
public:
PdfNumber(
	String^ content
)

Parameters

content
Type: System..::..String

See Also