Resets the footer of this document.

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

Syntax

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

Implements

IDocListener..::..ResetFooter()()()()

Remarks

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

See Also