Click or drag to resize

IZoomLevel Property

Gets or sets the zoom level for the currently loaded web page.

Namespace:  DotNetBrowser.Zoom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
Level Level { get; set; }

Property Value

Type: Level
The zoom level.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IZoom has already been disposed.
Remarks
Zoom level is configured for each domain separately. For example, if you load the www.a.com web page and set zoom level to P250, then load the www.b.org web page, the zoom level for www.b.org web page will be reset to default value. When you load the www.a.com web page again, its zoom level will be restored to P250 automatically.
See Also