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.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public bool ShowFooterOnOddPages { get; set; }
Public Property ShowFooterOnOddPages As Boolean
Get
Set
Property Value
Type:
BooleanSee Also