Click or drag to resize

IZoomLevels Interface

Allows configuring the default zoom levels and receive notifications about zoom changes.

Namespace:  DotNetBrowser.Zoom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public interface IZoomLevels : IAutoDisposable

The IZoomLevels type exposes the following members.

Properties
  NameDescription
Public propertyDefaultLevel
Gets or sets the default zoom level for pages that don't override it.
Public propertyEngine
Gets the IEngine instance associated with this object.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertyProfile
Gets the IProfile instance associated with this object.
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Public eventLevelChanged
Occurs when the zoom level for a specific URL has been changed.
Top
See Also