CoreWebView2PrintSettings.HeaderTitle 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.
The title in the header if ShouldPrintHeaderAndFooter is true
.
public string HeaderTitle { get; set; }
member this.HeaderTitle : string with get, set
Public Property HeaderTitle As String
Property Value
Remarks
The default value is the title of the current document. If an empty string or null value is provided, no title is shown in the header.