CoreWebView2PrintCollation 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 collation for a print.
public enum CoreWebView2PrintCollation
type CoreWebView2PrintCollation =
Public Enum CoreWebView2PrintCollation
- Inheritance
-
CoreWebView2PrintCollation
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The default collation for a printer. |
Collated | 1 | Indicate that the collation has been selected for the printed output. |
Uncollated | 2 | Indicate that the collation has not been selected for the printed output. |