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

Syntax

C#
public Phrase Phrase { get; set; }
Visual Basic
Public Property Phrase As Phrase
	Get
	Set
Visual C++
public:
property Phrase^ Phrase {
	Phrase^ get ();
	void set (Phrase^ value);
}

See Also