PdfPrintSettingsHeaderTemplate Property |
Version 118.6.80
HTML template for the print header. 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: 118.6.80.0 (118.6.80.0)
Syntax public string HeaderTemplate { get; set; }
public:
property String^ HeaderTemplate {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also