Click or drag to resize

AtalaImageViewerZoom Property

Gets or sets the zoom level applied to the image.

Namespace:  Atalasoft.Imaging.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public double Zoom { get; set; }

Property Value

Type: Double
The zoom level applied to the image.
Exceptions
ExceptionCondition
Thrown if the value is less than or equal to zero.
Remarks
A zoom value of 1.0 will display the image at normal size. Values greater than zero but less than 1.0 will reduce the size and values larger than 1.0 will increase the size.
See Also