Click or drag to resize

IZoomOut Method

Updates the zoom level for the currently loaded web page on one step down.

Namespace:  DotNetBrowser.Zoom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
void Out()
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IZoom has already been disposed.
See Also