Click or drag to resize

IBrowserZoom Property

Gets the IZoom instance that can be used for zooming content of a web page loaded in the current browser instance.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IZoom Zoom { get; }

Property Value

Type: IZoom
The IZoom instance associated with this IBrowser.
See Also