Adds an event handler for the IsDocumentPlayingAudioChanged event. IsDocumentPlayingAudioChanged is raised when the IsDocumentPlayingAudio property changes value.
Adds an event handler for the IsMutedChanged event. IsMutedChanged is raised when the IsMuted property changes value.
Indicates whether any audio output from this CoreWebView2 is playing. This property will be true if audio is playing even if IsMuted is true.
Indicates whether all audio output from this CoreWebView2 is muted or not.
Sets the IsMuted property.
Remove an event handler previously added with add_IsDocumentPlayingAudioChanged.
Remove an event handler previously added with add_IsMutedChanged.
Print the current page to PDF asynchronously with the provided settings. See ICoreWebView2PrintSettings for description of settings. Passing nullptr for printSettings results in default print settings used.