AtalaImageViewer.Zoom 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)
Syntaxpublic double Zoom { get; set; }
Public Property Zoom As Double
Get
Set
Property Value
Type:
Double The zoom level applied to the image.
ExceptionsException | Condition |
---|
| 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