CoreWebView2PrintSettings.PageWidth 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 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.