ImageViewerMouseInteractiveMode Enumeration

Summary

Values that specify how the control interacts with the mouse buttons.

Syntax
C#
VB
C++
public enum ImageViewerMouseInteractiveMode 
  
Public Enum ImageViewerMouseInteractiveMode  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class ImageViewerMouseInteractiveMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0NoneDefault, no interaction.
1PanAllows the user to pan the image using the mouse.
2ZoomInAllows the user to zoom in on the image using the mouse.
3ZoomOutAllows the user to zoom out on the image using the mouse.
4Center(0x00000001)Allows the user to center the viewed image area.
5RegionAllows the user to select a region in the viewed image area.

Remarks

The WebImageViewer.MouseInteractiveMode property controls the mouse left/right interaction mode.

Please note the following when you select the Region as the WebImageViewer.MouseInteractiveMode:

  1. This will add a region to the image which will affect some ImageProcessing commands causing them to be applied to the selected region only.
  2. To remove the drawn region or cancel the drawing process press ESC key.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly