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

Syntax

C#
public static Phrase GetInstance(
	string str
)
Visual Basic
Public Shared Function GetInstance ( _
	str As String _
) As Phrase
Visual C++
public:
static Phrase^ GetInstance(
	String^ str
)

Parameters

str
Type: System..::..String

See Also