Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterViewerInteractiveMode Enumeration
See Also  
Leadtools.WinForms Namespace : RasterViewerInteractiveMode Enumeration



Values for the RasterImageViewer.InteractiveMode property.

Syntax

Visual Basic (Declaration) 
Public Enum RasterViewerInteractiveMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterViewerInteractiveMode
C# 
public enum RasterViewerInteractiveMode : Enum 
C++/CLI 
public enum class RasterViewerInteractiveMode : public Enum 

Members

MemberDescription
None Default, no user interaction.
Pan Allows the user to pan the image using the mouse.
CenterAt Centers the image at the mouse coordinates for the last user click.
ZoomTo Zooms the image to the rectangle created by the user.
RegionCreates a region based on user interaction.

The type of region created depends on the RasterImageViewer.InteractiveRegionType property.

MagnifyGlass Starts the MagnifyGlass.
Floater Starts moving the RasterImageViewer.FloaterImage.
Page Allows the user to change the current page in the image using the mouse.
Scale Allows the user to change the current scale factor of the image using the mouse.
UserRectangle User-defined rectangle. You should subscribe the RasterImageViewer.InteractiveUserRectangle to add your custom code to handle the rectangle drawn.

Remarks

The RasterImageViewer.InteractiveMode property controls user interaction with the control's display.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.WinForms.RasterViewerInteractiveMode

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also