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




Values for the 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 
Managed Extensions for C++ 
__value public enum RasterViewerInteractiveMode : public 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 of 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 InteractiveRegionType property.

MagnifyGlass Starts the MagnifyGlass.
Floater Starts moving the 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.

Remarks

The 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