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

Syntax

C#
public static Phrase GetInstance(
	int leading,
	string str,
	Font font
)
Visual Basic
Public Shared Function GetInstance ( _
	leading As Integer, _
	str As String, _
	font As Font _
) As Phrase
Visual C++
public:
static Phrase^ GetInstance(
	int leading, 
	String^ str, 
	Font^ font
)

Parameters

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

See Also