Checks if this object is a Chapter.

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

Syntax

C#
public bool IsChapter()
Visual Basic
Public Function IsChapter As Boolean
Visual C++
public:
bool IsChapter()

Return Value

true if it is a Chapter, false if it is a Section

See Also