PdfDocumentControlHeaderTemplate Property
The HTML template used for the PDF document header. It should be valid HTML markup and may include
the following CSS classes to inject dynamic values: date (formatted print date), title (document title),
url (document location), pageNumber (current page number), and totalPages (total number of pages).
For example, <span class="title"></span> will render a span containing the document title.
This template is used only if the DisplayHeaderFooter property is true.
For advanced scenarios, use the PdfHtmlHeader property.
If null or empty, a default template will be applied.
Namespace: HiQPdf.ChromiumAssembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.0.0
public string HeaderTemplate { get; set; }
Property Value
String