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

Definition

Namespace: Winnovative.Pdf.Chromium
Assembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 18.4.0
C#
public string FooterTemplate { get; set; }

Property Value

String

See Also