IID_ICoreWebView2PrintToPdfCompletedHandler

Receives the result of the PrintToPdf method. If the print to PDF operation succeeds, isSuccessful is true. Otherwise, if the operation failed, isSuccessful is set to false. An invalid path returns E_INVALIDARG.

version(Windows && inline_webview2_bindings && all)
const
GUID IID_ICoreWebView2PrintToPdfCompletedHandler;

Meta