CoreWebView2PrintSettings.PageHeight Property

Definition

The page height in inches.

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

Property Value

Remarks

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

Applies to