Initializes a new instance of the Phrase class

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

Syntax

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

Parameters

leading
Type: System..::..Single
str
Type: System..::..String
font
Type: iTextSharp.text..::..Font

See Also