Click or drag to resize

AutoZoomMode Enumeration

Specifies the automatic zoom setting of the image displayed in the Viewport control.

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 enum AutoZoomMode
Members
  Member nameDescription
None Does not change the zoom of the image based on image size.
BestFit Fits the image by sizing the width or height to best fit the control.
BestFitShrinkOnly Fits the image by sizing the width or height to best fit the control only if the image needs to be reduced in size.
FitToWidth Image is zoomed to fit the width.
FitToHeight Image is zoomed to fit the height.
See Also