IZoom.Enabled Property |
Namespace: DotNetBrowser.Zoom
bool Enabled { get; set; }
Exception | Condition |
---|---|
ObjectDisposedException | The IZoom has already been disposed. |
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.