ActiveX
To zoom in and out
- To turn off the zoom feature, set the AllowUserZoom property to False.
-
To change the way the control zooms,
- If you want to zoom in on the page, set the ZoomState property to 1 (In).
- If you want to zoom out on the page, set the ZoomState property to 2 (Out).
- If you want to switch between zooming in and zooming out, set the ZoomState property to 3 (Switch).