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.) |
The zoom level is configured for each domain separately, so if you set zoom level for the a.com web page, it will not be applied for the b.com web page. If you change zoom level for one domain and then load another one, then the zoom level for another domain will be default.