PdfHtmlTemplateShowInOddPages Property
Specifies whether the template should be displayed on odd-numbered pages of the PDF document.
In HTML to PDF conversion, if ShowOnlyInHtmlToPdfPages is true, the first page
generated from HTML is considered odd, the second even, the third odd, and so on.
If ShowOnlyInHtmlToPdfPages is false, the same rule applies but based on the entire document.
In PDF merging or editing, this refers to odd-numbered pages in the final PDF.
The default value is true
Namespace: HiQPdf.ChromiumAssembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.0.0
public bool ShowInOddPages { get; set; }
Property Value
Boolean