Initializes a new instance of the Chapter class

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

Syntax

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

Parameters

number
Type: System..::..Int32

See Also