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.

C# | Visual Basic | Visual C++ |
public bool ShowHeader { get; set; }
Public Property ShowHeader As Boolean Get Set
public: property bool ShowHeader { bool get (); void set (bool value); }

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)