Represents the custom header template for the page. It will replace the document header template on this page.

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

Syntax

C#
public Template Header { get; set; }
Visual Basic
Public Property Header As Template
	Get
	Set
Visual C++
public:
property Template^ Header {
	Template^ get ();
	void set (Template^ value);
}

Property Value

Type: Template

See Also