Changes the footer of this document.

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

Syntax

C#
public virtual HeaderFooter Footer { set; }
Visual Basic
Public Overridable WriteOnly Property Footer As HeaderFooter
	Set
Visual C++
public:
virtual property HeaderFooter^ Footer {
	void set (HeaderFooter^ value);
}

Field Value

a HeaderFooter

Implements

IDocListener..::..Footer

See Also