CoreWebView2PrintStatus Enum

Definition

Indicates the status for printing.

public enum CoreWebView2PrintStatus
type CoreWebView2PrintStatus = 
Public Enum CoreWebView2PrintStatus
Inheritance
CoreWebView2PrintStatus

Fields

OtherError 2

Indicates that the print operation is failed.

PrinterUnavailable 1

Indicates that the printer is not available.

Succeeded 0

Indicates that the print operation is succeeded.

Applies to