Click or drag to resize

ViewportSetZoomMode Method

Sets the zoom to the AutoZoomMode.

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

Parameters

zoomType
Type: Atalasoft.Imaging.WinControlsAutoZoomMode
The zoom mode to apply.
Remarks
This is a one time setting. See AutoZoom for maintaining this zoom style.
See Also