IBrowserHostGetZoomLevelAsync Method  | 
Version 93.1.111 
            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: 93.1.111.0 (93.1.111.0)
SyntaxTask<double> GetZoomLevelAsync()
Task<double>^ GetZoomLevelAsync()
Return Value
Type: 
TaskDouble a 
TaskTResult that when executed returns the zoom level as a double.
See Also