Click or drag to resize

PdfDocumentOptionsShowHeader Property

This property controls the whether the header appears or not in the rendered PDF document. The header properties can be further customized by setting the properties of the PDFHeaderOptions object exposed by the PDFHeaderOptions property of the PdfConverter class. The default value of this property is false.

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

Property Value

Type: Boolean
See Also