Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 703 Bytes

corewebview2capturepreviewimageformat.md

File metadata and controls

20 lines (14 loc) · 703 Bytes
description title ms.date keywords
Specifies the image format for the CoreWebView2.CapturePreviewAsync method.
CoreWebView2CapturePreviewImageFormat
08/08/2022
webview2, webview, winrt, win32, edge, CoreWebView2, CoreWebView2Controller, browser control, edge html, CoreWebView2CapturePreviewImageFormat

CoreWebView2CapturePreviewImageFormat Enum

Specifies the image format for the CoreWebView2.CapturePreviewAsync method.

Name Value Description
Png 0x0 Indicates that the PNG image format is used.
Jpeg 0x1 Indicates that the JPEG image format is used.

Referenced by