Click or drag to resize

IBrowserHostSetZoomLevel Method

Version 130.1.90
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: 129.0.110.0 (129.0.110.0)
Syntax
void SetZoomLevel(
	double zoomLevel
)

Parameters

zoomLevel  Double
zoom level
See Also