Property Enabled
- Namespace
- DotNetBrowser.Zoom
- Assembly
- DotNetBrowser.dll
Enabled
Enables or disables zoom changes.
bool Enabled { get; set; }
Property Value
- bool
trueif zoom functionality is enabled,falseotherwise.
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 tofalse. In this case, the browser
instance will revert zoom to the default level, and all attempts to change zoom
will be ignored.
Exceptions
- ObjectDisposedException
The IZoom has already been disposed.