VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.UI.VisualTools Namespace / DicomAnnotatedViewerTool Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    DicomAnnotatedViewerTool Class
    In This Topic
    A visual tool that allows to view and annotate the DICOM files in image viewer.
    Object Model
    DicomAnnotationTool DicomViewerTool ImageMeasureTool VisualTool VisualTool ImageViewer DicomAnnotatedViewerTool
    Syntax
    'Declaration
    
    Public Class DicomAnnotatedViewerTool
       Inherits Vintasoft.Imaging.UI.VisualTools.CompositeVisualTool
    
    
    public class DicomAnnotatedViewerTool : Vintasoft.Imaging.UI.VisualTools.CompositeVisualTool
    
    
    public __gc class DicomAnnotatedViewerTool : public Vintasoft.Imaging.UI.VisualTools.CompositeVisualTool*
    
    
    public ref class DicomAnnotatedViewerTool : public Vintasoft.Imaging.UI.VisualTools.CompositeVisualTool^
    
    
    Remarks

    Visual tool that allows to: 1. Apply VOI LUT to a RAW DICOM image and preview processed image in image viewer. 2. Zoom DICOM frame in image viewer. 3. Slide DICOM frames in image viewer. 4. Show DICOM metadata in image viewer. 5. Annotate DICOM frames in image viewer. 6. Measure objects on DICOM frames in image viewer.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.UI.VisualTools.VisualTool
          Vintasoft.Imaging.UI.VisualTools.CompositeVisualTool
             Vintasoft.Imaging.Annotation.Dicom.UI.VisualTools.DicomAnnotatedViewerTool

    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