Constructs a new Chapter.

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

Collapse imageSyntax

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

Parameters

title
Type: System..::..String
the Chapter title (as a string)
number
Type: System..::..Int32
the Chapter number

Collapse imageSee Also