Click or drag to resize

HtmlToImageElementShowFooterOnOddPages Property

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.

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public bool ShowFooterOnOddPages { get; set; }

Property Value

Type: Boolean
See Also