Click or drag to resize

WebImageViewerSetZoomMode Method

Zooms the image based on the given AutoZoomMode.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void SetZoomMode(
	AutoZoomMode zoomType
)

Parameters

zoomType
Type: Atalasoft.Imaging.WebControlsAutoZoomMode
The type of AutoZoomMode to set
Remarks
This is a one time zoom. To continuously zoom the image as the control or image resizes, see AutoZoom.
Caution note Caution
WebImageViewer control is available with .NET Framework 3.5 and 4.5.2 only.
See Also