This property controls the whether the footer appears or not in the rendered PDF document.
The footer properties can be further customized by setting the properties of the PDFFooterOptions
object exposed by the PDFFooterOptions property of the PDFConverter class.
The default value is false.

C# | Visual Basic | Visual C++ |
public bool ShowFooter { get; set; }
Public Property ShowFooter As Boolean Get Set
public: property bool ShowFooter { bool get (); void set (bool value); }

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)