Table of Contents

Property Level

Namespace
DotNetBrowser.Zoom
Assembly
DotNetBrowser.dll

Level

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

Level Level { get; set; }

Property Value

Level

The zoom level.

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.

Exceptions

ObjectDisposedException

The IZoom has already been disposed.