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

Implementors