Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2_16_Impl
source · pub trait ICoreWebView2_16_Impl: Sized + ICoreWebView2_15_Impl {
// Required methods
fn Print(
&self,
printsettings: Option<&ICoreWebView2PrintSettings>,
handler: Option<&ICoreWebView2PrintCompletedHandler>
) -> Result<(), Error>;
fn ShowPrintUI(
&self,
printdialogkind: COREWEBVIEW2_PRINT_DIALOG_KIND
) -> Result<(), Error>;
fn PrintToPdfStream(
&self,
printsettings: Option<&ICoreWebView2PrintSettings>,
handler: Option<&ICoreWebView2PrintToPdfStreamCompletedHandler>
) -> Result<(), Error>;
}