ExpertPdf Html to Pdf Converter Library
ShowFooterOnOddPages Property
NamespacesExpertPdf.HtmlToPdf.PdfDocumentHtmlToImageElementShowFooterOnOddPages
ExpertPdf Html to Pdf Converter Library
Show or not the document footer on odd pages generated by this element. By default the footer is displayed both on odd and even pages. The ShowFooterTemplate property of the page to which this element is added has priority over ShowFooterOnOddPages.
Declaration Syntax
C#Visual BasicVisual C++
public bool ShowFooterOnOddPages { get; set; }
Public Property ShowFooterOnOddPages As Boolean
	Get
	Set
public:
property bool ShowFooterOnOddPages {
	bool get ();
	void set (bool value);
}
Property Value

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