Sets the page number to 0.

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

Syntax

C#
public virtual void ResetPageCount()
Visual Basic
Public Overridable Sub ResetPageCount
Visual C++
public:
virtual void ResetPageCount()

Implements

IDocListener..::..ResetPageCount()()()()

Remarks

This method should be overriden in the specific DocWriter classes derived from this abstract class if they actually support the use of pagenumbers.

See Also