Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2_7_Impl
source · pub trait ICoreWebView2_7_Impl: Sized + ICoreWebView2_6_Impl {
// Required method
fn PrintToPdf(
&self,
resultfilepath: &PCWSTR,
printsettings: Option<&ICoreWebView2PrintSettings>,
handler: Option<&ICoreWebView2PrintToPdfCompletedHandler>
) -> Result<(), Error>;
}