CoreWebView2PrintColorMode Enum

Definition

Specifies the color mode for a print.

public enum CoreWebView2PrintColorMode
type CoreWebView2PrintColorMode = 
Public Enum CoreWebView2PrintColorMode
Inheritance
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.

Applies to