VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomAnnotationDataController Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    DicomAnnotationDataController Class
    In This Topic
    Stores one-to-one links between one VintasoftImage from the ImageCollection and one AnnotationDataCollection.
    Object Model
    AnnotationDataCollection ImageCollection DicomAnnotationDataController
    Syntax
    'Declaration
    
    <DefaultMemberAttribute("Item")>
    Public NotInheritable Class DicomAnnotationDataController
       Inherits Vintasoft.Imaging.Annotation.AnnotationDataControllerBase
    
    
    [DefaultMember("Item")]
    public sealed class DicomAnnotationDataController : Vintasoft.Imaging.Annotation.AnnotationDataControllerBase
    
    
    [DefaultMember("Item")]
    public __gc __sealed class DicomAnnotationDataController : public Vintasoft.Imaging.Annotation.AnnotationDataControllerBase*
    
    
    [DefaultMember("Item")]
    public ref class DicomAnnotationDataController sealed : public Vintasoft.Imaging.Annotation.AnnotationDataControllerBase^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Annotation.AnnotationDataControllerBase
          Vintasoft.Imaging.Annotation.Dicom.DicomAnnotationDataController

    Requirements

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

    See Also