ExpertPdf Html to Pdf Converter Library
ShowHeader Property
NamespacesExpertPdf.HtmlToPdfPdfDocumentOptionsShowHeader
ExpertPdf Html to Pdf Converter Library
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.
Declaration Syntax
C#Visual BasicVisual C++
public bool ShowHeader { get; set; }
Public Property ShowHeader As Boolean
	Get
	Set
public:
property bool ShowHeader {
	bool get ();
	void set (bool value);
}
Property Value

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