Click or drag to resize

PdfPrintSettingsFooterTemplate Property

Version 108.4.130
HTML template for the print footer. Only displayed if DisplayHeaderFooter is true. Should be valid HTML markup with the following classes used to inject printing values into them: - date: formatted print date - title: document title - url: document location - pageNumber: current page number - totalPages: total pages in the document For example, "<span class=title></span>" would generate a span containing the title.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntax
public string FooterTemplate { get; set; }

Property Value

Type: String
See Also