CoreWebView2PrintSettings.ShouldPrintHeaderAndFooter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
true
if header and footer should be printed.
public bool ShouldPrintHeaderAndFooter { get; set; }
member this.ShouldPrintHeaderAndFooter : bool with get, set
Public Property ShouldPrintHeaderAndFooter As Boolean
Property Value
Remarks
The default value is false
. The header consists of the date and time of printing, and the title of the page. The footer consists of the URI and page number. The height of the header and footer is 0.5 cm, or ~0.2 inches.