IBrowserHostSetZoomLevel Method  | 
Version 87.1.132 
            Change the zoom level to the specified value. Specify 0.0 to reset the zoom level.
            If called on the CEF UI thread the change will be applied immediately.
            Otherwise, the change will be applied asynchronously on the UI thread. 
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntaxvoid SetZoomLevel(
	double zoomLevel
)
void SetZoomLevel(
	double zoomLevel
)
Parameters
- zoomLevel
 - Type: SystemDouble
zoom level 
See Also