CoreWebView2CapturePreviewImageFormat 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.
Specifies the image format for the ICoreWebView2::CapturePreview
method.
public enum CoreWebView2CapturePreviewImageFormat
type CoreWebView2CapturePreviewImageFormat =
Public Enum CoreWebView2CapturePreviewImageFormat
- Inheritance
-
CoreWebView2CapturePreviewImageFormat
Fields
Name | Value | Description |
---|---|---|
Png | 0 | Indicates that the PNG image format is used. |
Jpeg | 1 | Indicates the JPEG image format is used. |