IZoom Interface |
Namespace: DotNetBrowser.Zoom
public interface IZoom : IAutoDisposable
The IZoom type exposes the following members.
| Name | Description | |
|---|---|---|
| Browser |
Gets the IBrowser instance associated with this object.
| |
| Enabled |
Enables or disables zoom changes.
| |
| IsDisposed |
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.) | |
| Level |
Gets or sets the zoom level for the currently loaded web page.
|
| Name | Description | |
|---|---|---|
| In |
Updates the zoom level for the currently loaded web page on one step up.
| |
| Out |
Updates the zoom level for the currently loaded web page on one step down.
| |
| Reset |
Resets the zoom level for the currently loaded web page to default value.
|
| Name | Description | |
|---|---|---|
| Disposed |
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.) |