CoreWebView2PrintSettings.MarginRight Property

Definition

The right margin in inches.

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

Property Value

Remarks

The default is 1 cm, or ~0.4 inches. A margin cannot be less than zero. If an invalid value is provided, the current value is not changed and an ArgumentException is thrown.

Applies to