CoreWebView2PrintOrientation Enum
The orientation for printing, used by the CoreWebView2PrintSettings.Orientation property. Currently only printing to PDF is supported.
| Name | Value | Description |
|---|---|---|
Portrait |
0x0 | Print the page(s) in portrait orientation. |
Landscape |
0x1 | Print the page(s) in landscape orientation. |