CoreWebView2PrintSettings.ShouldPrintSelectionOnly 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 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
.