WebBrowserExtensionsSetZoomLevel Method (IChromiumWebBrowserBase, Double) |
Version 101.0.180
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: 101.0.180.0 (101.0.180.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