Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2_7_Impl
source · [−]pub trait ICoreWebView2_7_Impl: ICoreWebView2_Impl + ICoreWebView2_2_Impl + ICoreWebView2_3_Impl + ICoreWebView2_4_Impl + ICoreWebView2_5_Impl + ICoreWebView2_6_Impl {
fn PrintToPdf(
&self,
resultfilepath: &PCWSTR,
printsettings: &Option<ICoreWebView2PrintSettings>,
handler: &Option<ICoreWebView2PrintToPdfCompletedHandler>
) -> Result<(), Error>;
}
Required Methods
sourcefn PrintToPdf(