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

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

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

Property Value

Type: Boolean

See Also