Table of Contents

Enum CoreWebView2PrintColorMode

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

Specifies the color mode for a print.

public enum CoreWebView2PrintColorMode

Fields

Color = 1

Indicate that the printed output will be in color.

Default = 0

The default color mode for a printer.

Grayscale = 2

Indicate that the printed output will be in shades of gray.