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(
	Phrase phrase
)
Visual Basic
Public Sub New ( _
	phrase As Phrase _
)
Visual C++
public:
Phrase(
	Phrase^ phrase
)

Parameters

phrase
Type: iTextSharp.text..::..Phrase

See Also