VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.UI.VisualTools Namespace / DicomViewerToolInteractionMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
DicomViewerToolInteractionMode Enumeration
In This Topic
Specifies available modes, which specify how user can interact with image using the DicomViewerTool.
Syntax
'Declaration

Public Enum DicomViewerToolInteractionMode
   Inherits System.Enum

public enum DicomViewerToolInteractionMode : System.Enum

Members
MemberDescription
NoneThe DicomViewerTool does not allow to interact with image in ImageViewer.
WindowLevelThe DicomViewerTool changes the VOI LUT in ImageViewer.
ZoomThe DicomViewerTool changes the zoom in ImageViewer.
BrowseThe DicomViewerTool changes the focused image in ImageViewer.
PanThe DicomViewerTool allows user to pan focused image in ImageViewer.
ViewProcessingThe DicomViewerTool applies the image processing command when image is rendering in ImageViewer.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.Dicom.UI.VisualTools.DicomViewerToolInteractionMode

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also