CoreWebView2PrintDuplex 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.
Specifies the duplex option for a print.
public enum CoreWebView2PrintDuplex
type CoreWebView2PrintDuplex =
Public Enum CoreWebView2PrintDuplex
- Inheritance
-
CoreWebView2PrintDuplex
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The default duplex for a printer. |
OneSided | 1 | Print on only one side of the sheet. |
TwoSidedLongEdge | 2 | Print on both sides of the sheet, flipped along the long edge. |
TwoSidedShortEdge | 3 | Print on both sides of the sheet, flipped along the short edge. |