WebZoomToolModeEnumJS Enumeration
In This Topic
Specifies available modes for WebZoomToolJS class.
Members
| Member | Description |
| Auto | The zoom tool must use the best mode automatically depending from device capabilities. This mode uses 'ZoomInAndZoomOut' mode if device is not touch-enabled device. This mode uses 'PinchZoom' mode if device is touch-enabled device. |
| ZoomWhenMouseClicked | The zoom tool must zoom content in image viewer if tool action button is clicked. |
| ZoomWhenMousePressed | The zoom tool must zoom content in image viewer if the tool action button is pressed and mouse cursor is moving vertically. |
| PinchZoom | The zoom tool must zoom content in image viewer if touch gesture is used on touch-enabled device. |
Inheritance Hierarchy
Object
 Vintasoft.Shared.WebEnumItemBaseJS
   Vintasoft.Imaging.UI.VisualTools.WebZoomToolModeEnumJS
Browser Compatibility
See Also