Click or drag to resize

IBrowserHostGetZoomLevel Method

Version 94.4.20
Gets the current zoom level. The default zoom level is 0.0. This method can only be called on the CEF UI thread.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
double GetZoomLevel()

Return Value

Type: Double
zoom level (default is 0.0)
See Also