ImageGear Professional v18.2 > API Reference Guide > Display Component API Reference > Display Component Enumerations > enumIGDsplZoomModes Enumeration |
Identifies how the image is zoomed in the horizontal and vertical directions.
IG_DSPL_ZOOM_H_NOT_FIXED | This mode allows any horizontal zoom value. |
IG_DSPL_ZOOM_H_FIXED | Horizontal zoom factor is taken from Horizontal Zoom Value parameter. |
IG_DSPL_ZOOM_V_NOT_FIXED | This mode allows any vertical zoom value. |
IG_DSPL_ZOOM_V_FIXED | Vertical zoom factor is taken from the Vertical Zoom Value parameter. |