VintaSoft Imaging .NET SDK 14.0: 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
    
    
    __value public enum DicomViewerToolInteractionMode : public System.Enum
    
    
    public enum class DicomViewerToolInteractionMode : public 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.
    Inheritance Hierarchy

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

    Requirements

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

    See Also