Checks if the HeaderFooter contains a page number.

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

Syntax

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

Return Value

true if the page has to be numbered

See Also