[]
Gets or sets the HTML template for the page header.
This should be a valid HTML markup that may include the following special classes used to inject print values:
For example, "<span class='title'></span>" would generate a span containing the document title.
public string HeaderTemplate { get; set; }
Public Property HeaderTemplate As String