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

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