Constructs a Phrase with a certain string and a certain Font.

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

Syntax

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

Parameters

str
Type: System..::..String
a string
font
Type: iTextSharp.text..::..Font
a Font

See Also