IEngineZoomLevels Property  | 
 Note: This API is now obsolete.
                Gets the service that allows working with zoom for the default profile.
            
 
    Namespace: 
   DotNetBrowser.Engine
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.20.0
Syntax[ObsoleteAttribute("Use IEngine.Profiles.Default.ZoomLevels instead.", 
	false)]
IZoomLevels ZoomLevels { get; }Property Value
Type: 
IZoomLevelsThe service that allows working with zoom for the default profile.
See Also