ExpertPdf Html to Pdf Converter Library
ShowFooter Property
NamespacesExpertPdf.HtmlToPdfPdfDocumentOptionsShowFooter
ExpertPdf Html to Pdf Converter Library
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.
Declaration Syntax
C#Visual BasicVisual C++
public bool ShowFooter { get; set; }
Public Property ShowFooter As Boolean
	Get
	Set
public:
property bool ShowFooter {
	bool get ();
	void set (bool value);
}
Property Value

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