WebBrowserExtensionsSetZoomLevel Method (IChromiumWebBrowserBase, Double) | 
Version 106.0.290 
            Change the ZoomLevel to the specified value. Can be set to 0.0 to clear the zoom level.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax
Remarks
            If called on the CEF UI thread the change will be applied immediately. Otherwise, the change will be applied asynchronously
            on the CEF UI thread. The CEF UI thread is different to the WPF/WinForms UI Thread.
            
See Also