PdfDocumentOptionsFooterTemplate Property
The HTML template used for the PDF document footer. 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 EnableHeaderFooter property is true.
For advanced scenarios, use the PdfHtmlFooter property.
If null or empty, a default template will be applied.
Namespace: Winnovative.Pdf.ChromiumAssembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 19.0.0
public string FooterTemplate { get; set; }
Property Value
String