ImageGear Professional v18.2 > API Reference Guide > Display Component API Reference > Display Component Objects > IGDisplayZoomInfo Object > IGDisplayZoomInfo Properties > Mode Property |
Gets how an image is zoomed in both the horizontal and vertical directions. Possible values for this option include bitwise ORs of any two flags such that one of them represents a horizontal zoom value and the other represents a vertical zoom value. Flags representing the horizontal zoom values include:
The default value for this option is IG_DSPL_ZOOM_H_NOT_FIXED | IG_DSPL_ZOOM_V_NOT_FIXED.
AspectRatioMode (see IGDisplayLayout Object) takes precedence over the Mode of zoom. The vertical zoom values are ignored if AspectRatioMode is set to IG_DSPL_ASPECT_FIXED. |
Read-only property
enumIGDsplZoomModes Enumeration
Default Value: IG_DSPL_ZOOM_H_NOT_FIXED |IG_DSPL_ZOOM_V_NOT_FIXED
Valid Values: Bitwise ORs combination of two flags of enumIGDsplZoomModes Enumeration type, one for horizontal and one for vertical zoom.
N/A
Display