PdfDocumentControlFooterTemplate Property
The PDF document footer template in HTML format. If the footer is null or empty a default template will be used.
The HTML template should be valid HTML markup with following classes used to inject values:
date: formatted print date, title: document title, url: document location, pageNumber: current page number,
totalPages: total pages in the document. For example, would generate span containing the title
Namespace: HiQPdf.ChromiumAssembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 16.4.0
public string FooterTemplate { get; set; }
Property Value
String