Constructs a new Section.

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

Syntax

C#
protected internal Section(
	Paragraph title,
	int numberDepth
)
Visual Basic
Protected Friend Sub New ( _
	title As Paragraph, _
	numberDepth As Integer _
)
Visual C++
protected public:
Section(
	Paragraph^ title, 
	int numberDepth
)

Parameters

title
Type: iTextSharp.text..::..Paragraph
a Paragraph
numberDepth
Type: System..::..Int32
the numberDepth

See Also