CoreWebView2PrintSettings.PageWidth Property

Definition

The page width in inches.

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

Property Value

Remarks

The default width is 8.5 inches. If the provided page width is less than or equal to zero, the current value is not changed and an ArgumentException is thrown.

Applies to