PdfDocumentOptionsFooterTemplate Property
The PDF document footer template which 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.
If it is null or empty a default template will be used
Namespace: EvoPdf.ChromiumAssembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
public string FooterTemplate { get; set; }
Property Value
String