Click or drag to resize

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.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public bool ShowOnOddPages { get; set; }

Property Value

Type: Boolean
See Also