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

Syntax

C#
protected static ArrayList GetHardBreaks(
	string text
)
Visual Basic
Protected Shared Function GetHardBreaks ( _
	text As String _
) As ArrayList
Visual C++
protected:
static ArrayList^ GetHardBreaks(
	String^ text
)

Parameters

text
Type: System..::..String

See Also