Click or drag to resize

AutoZoomMode Enumeration

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

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 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.
FitToWidth Fits the image by sizing the width to fit the control.
FitToHeight Fits the image by sizing the height to fit the control.
FitToImage Fits the image by sizing the control to the size of the image. This will change the size of the control, and the control will not revert back to the original size, if another AutoZoomMode is set.
See Also