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

Syntax

C#
public override Section AddSection(
	string title
)
Visual Basic
Public Overrides Function AddSection ( _
	title As String _
) As Section
Visual C++
public:
virtual Section^ AddSection(
	String^ title
) override

Parameters

title
Type: System..::..String

See Also