CoreWebView2PrintCollation Enum

Definition

Specifies the collation for a print.

public enum CoreWebView2PrintCollation
type CoreWebView2PrintCollation = 
Public Enum CoreWebView2PrintCollation
Inheritance
CoreWebView2PrintCollation

Fields

Collated 1

Indicate that the collation has been selected for the printed output.

Default 0

The default collation for a printer.

Uncollated 2

Indicate that the collation has not been selected for the printed output.

Applies to