VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationDataControllerWatcher Class / AnnotationDataController Property
Syntax Requirements SeeAlso
In This Topic
    AnnotationDataController Property (AnnotationDataControllerWatcher)
    In This Topic
    Gets the annotation data controller of this watcher.
    Syntax
    'Declaration
    
    Public ReadOnly Property AnnotationDataController As AnnotationDataController
    
    
    public AnnotationDataController AnnotationDataController { get; }
    
    
    public: __property AnnotationDataController* get_AnnotationDataController();
    
    
    
    public:
    property AnnotationDataController^ AnnotationDataController { AnnotationDataController^ get(); }
    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