CoreWebView2PrintSettings.ScaleFactor Property

Definition

The scale factor is a value between 0.1 and 2.0.

public double ScaleFactor { get; set; }
member this.ScaleFactor : double with get, set
Public Property ScaleFactor As Double

Property Value

Remarks

The default is 1.0. If an invalid value is provided, the current value is not changed and an ArgumentException is thrown.

Applies to