Constructs a Phrase with a certain string.

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

Syntax

C#
public Phrase(
	string str
)
Visual Basic
Public Sub New ( _
	str As String _
)
Visual C++
public:
Phrase(
	String^ str
)

Parameters

str
Type: System..::..String
a string

See Also