Table of Contents

Enum CoreWebView2PrintCollation

Namespace
Microsoft.Web.WebView2.Core
Assembly
Microsoft.Web.WebView2.Core.dll

Specifies the collation for a print.

public enum 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.