CoreWebView2PrintSettings.HeaderTitle Property

Definition

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.

Applies to