Click or drag to resize

WebImageViewerZoomInOutPercentage Property

Gets or sets the percentage used to increase or decrease the zoom level when the zoom methods are used.

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 int ZoomInOutPercentage { get; set; }

Property Value

Type: Int32
An integer value indicating the percentage to increase or decrease the Zoom level when the zoom MouseTool are used.
Remarks
Valid values are from 1 to 100. Default is 30.
Caution note Caution
WebImageViewer control is available with .NET Framework 3.5 and 4.5.2 only.
Examples
C#
myWebImageViewer.ZoomInOutPercentage = 50;
Visual Basic
myWebImageViewer.ZoomInOutPercentage = 50
See Also