Table of Contents

Enum CoreWebView2PrintStatus

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

Indicates the status for printing.

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