CoreWebView2PrintOrientation Enum
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 orientation for printing, used by the Orientation
property on
ICoreWebView2PrintSettings
.
public enum CoreWebView2PrintOrientation
type CoreWebView2PrintOrientation =
Public Enum CoreWebView2PrintOrientation
- Inheritance
-
CoreWebView2PrintOrientation
Fields
Name | Value | Description |
---|---|---|
Portrait | 0 | Print the page(s) in portrait orientation. |
Landscape | 1 | Print the page(s) in landscape orientation. |