Click or drag to resize

IZoomEnabled Property

Enables or disables zoom changes.

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

Property Value

Type: Boolean
true if zoom functionality is enabled, false otherwise.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IZoom has already been disposed.
Remarks
By default, zoom functionality is enabled. You can change zoom level for the currently loaded web page.

To disable zoom functionality, set this property to false. In this case, the browser instance will revert zoom to the default level, and all attempts to change zoom will be ignored.

See Also