Click or drag to resize

IBrowserHost.GetZoomLevelAsync Method

Version 83.4.2
Get the current zoom level. The default zoom level is 0.0. This method executes GetZoomLevel on the CEF UI thread in an async fashion.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 83.4.2.0 (83.4.2.0)
Syntax
Task<double> GetZoomLevelAsync()

Return Value

Type: Task<Double>
a Task<TResult> that when executed returns the zoom level as a double.
See Also