CoreWebView2PrintSettings.PageHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.