Signals that an new page has to be started.

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

Syntax

C#
bool NewPage()
Visual Basic
Function NewPage As Boolean
Visual C++
bool NewPage()

Return Value

true if the page was added, false if not.

See Also