PdfPrintSettingsHeaderTemplate Property  | 
Version 108.4.130 
             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: 108.4.130.0 (108.4.130.0)
Syntaxpublic string HeaderTemplate { get; set; }public:
property String^ HeaderTemplate {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also