PdfHeaderOptionsShowOnOddPages Property |
Show or not the header on odd pages. By default the header is displayed both on odd and even pages.
The ShowOnFirstPage property has priority over ShowOnOddPages.
Namespace: ExpertPdf.HtmlToPdfAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic bool ShowOnOddPages { get; set; }Public Property ShowOnOddPages As Boolean
Get
Set
Property Value
Boolean
See Also