Click or drag to resize

AutoZoomMode Enumeration

Describes the type of automatic zooming to perform on 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 enum AutoZoomMode
Members
  Member nameDescription
None No action is taken.
BestFit Zoom is calculated so the entire image can be seen in the viewer without scrollbars.
BestFitReduceOnly The same as BestFit but will not perform a zoom if the image is smaller than the viewer.
FitToWidth Zoom is calculated so the image will fit the width of the viewer.
FitToHeight Zoom is calculated so the image will fit the height of the viewer.
See Also