VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebZoomToolModeEnumJS Enumeration
Members Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebZoomToolModeEnumJS Enumeration
    In This Topic
    Specifies available modes for WebZoomToolJS class.
    Members
    MemberDescription
    AutoThe 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.
    ZoomWhenMouseClickedThe zoom tool must zoom content in image viewer if tool action button is clicked.
    ZoomWhenMousePressedThe zoom tool must zoom content in image viewer if the tool action button is pressed and mouse cursor is moving vertically.
    PinchZoomThe 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
    56+
    45+
    11
    See Also