Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.7 KB

icorewebview2environment6.md

File metadata and controls

46 lines (34 loc) · 1.7 KB
description title ms.date keywords topic_type api_name api_type api_location
This interface is an extension of the ICoreWebView2Environment that supports creating print settings for printing to PDF.
WebView2 Win32 C++ ICoreWebView2Environment6
05/28/2024
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2Environment6
APIRef
ICoreWebView2Environment6
ICoreWebView2Environment6.CreatePrintSettings
COM
embeddedbrowserwebview.dll

interface ICoreWebView2Environment6

interface ICoreWebView2Environment6
  : public ICoreWebView2Environment5

This interface is an extension of the ICoreWebView2Environment that supports creating print settings for printing to PDF.

Summary

Members Descriptions
CreatePrintSettings Creates the ICoreWebView2PrintSettings used by the PrintToPdf method.

Applies to

Product Introduced
WebView2 Win32 1.0.1020.30
WebView2 Win32 Prerelease 1.0.1056

Members

CreatePrintSettings

Creates the ICoreWebView2PrintSettings used by the PrintToPdf method.

public HRESULT CreatePrintSettings(ICoreWebView2PrintSettings ** printSettings)