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

Syntax

C#
protected static ArrayList BreakLines(
	ArrayList breaks,
	BaseFont font,
	float fontSize,
	float width
)
Visual Basic
Protected Shared Function BreakLines ( _
	breaks As ArrayList, _
	font As BaseFont, _
	fontSize As Single, _
	width As Single _
) As ArrayList
Visual C++
protected:
static ArrayList^ BreakLines(
	ArrayList^ breaks, 
	BaseFont^ font, 
	float fontSize, 
	float width
)

See Also