CoreWebView2PrintSettings.MarginBottom Property

Definition

The bottom margin in inches.

public double MarginBottom { get; set; }
member this.MarginBottom : double with get, set
Public Property MarginBottom 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