CoreWebView2PrintStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the status for printing.
public enum CoreWebView2PrintStatus
type CoreWebView2PrintStatus =
Public Enum CoreWebView2PrintStatus
- Inheritance
-
CoreWebView2PrintStatus
Fields
Name | Value | Description |
---|---|---|
Succeeded | 0 | Indicates that the print operation is succeeded. |
PrinterUnavailable | 1 | Indicates that the printer is not available. |
OtherError | 2 | Indicates that the print operation is failed. |