Gets or sets the zoom level for the currently loaded web page.
            
 
    Namespace: 
   DotNetBrowser.Zoom
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.12.0
SyntaxLevel Level { get; set; }Property Value
Type: 
LevelThe zoom level.
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | The IZoom has already been disposed. | 
Remarks
                Zoom level is configured for each domain separately. For example, if you load the www.a.com web page and
                set zoom level to 
P250, then load the www.b.org web page, the zoom level for
                www.b.org web page will be reset to default value. When you load the
                www.a.com web page again, its zoom level will be restored
                to 
P250 automatically.
            
See Also