Constructs a new Chapter.

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

Syntax

C#
public Chapter(
	Paragraph title,
	int number
)
Visual Basic
Public Sub New ( _
	title As Paragraph, _
	number As Integer _
)
Visual C++
public:
Chapter(
	Paragraph^ title, 
	int number
)

Parameters

title
Type: iTextSharp.text..::..Paragraph
the Chapter title (as a Paragraph)
number
Type: System..::..Int32
the Chapter number

See Also