Enables or disables zoom changes.
Namespace:
DotNetBrowser.Zoom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.15.1
Syntaxbool Enabled { get; set; }
Property Value
Type:
Booleantrue if zoom functionality is enabled,
false otherwise.
ExceptionsException | Condition |
---|
ObjectDisposedException | The 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