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