VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.UI.VisualTools Namespace / DicomAnnotatedViewerToolInteractionMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    DicomAnnotatedViewerToolInteractionMode Enumeration
    In This Topic
    Specifies available modes, which specify how user can interact with image using the DicomAnnotatedViewerTool.
    Syntax
    'Declaration
    
    Public Enum DicomAnnotatedViewerToolInteractionMode
       Inherits System.Enum
    
    
    public enum DicomAnnotatedViewerToolInteractionMode : System.Enum
    
    
    __value public enum DicomAnnotatedViewerToolInteractionMode : public System.Enum
    
    
    public enum class DicomAnnotatedViewerToolInteractionMode : public System.Enum
    
    
    Members
    MemberDescription
    NoneThe DicomAnnotatedViewerTool does not use active visual tool.
    DicomThe DicomAnnotatedViewerTool uses the DicomViewerTool as active tool and this allows user to change the window level or zoom an image.
    AnnotationThe DicomAnnotatedViewerTool uses the DicomAnnotationTool as active tool and this allows user to annotate an image.
    MeasuringThe DicomAnnotatedViewerTool uses the ImageMeasureTool as active tool and this allows user to measure objects on image.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Annotation.Dicom.UI.VisualTools.DicomAnnotatedViewerToolInteractionMode

    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