CoreWebView2PrintSettings.ShouldPrintSelectionOnly Property

Definition

true if only the current end user's selection of HTML in the document should be printed.

public bool ShouldPrintSelectionOnly { get; set; }
member this.ShouldPrintSelectionOnly : bool with get, set
Public Property ShouldPrintSelectionOnly As Boolean

Property Value

Remarks

The default value is false.

Applies to