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

Syntax

C#
public void SetText(
	Phrase phrase
)
Visual Basic
Public Sub SetText ( _
	phrase As Phrase _
)
Visual C++
public:
void SetText(
	Phrase^ phrase
)

Parameters

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

See Also