VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewerJS type / get_AnnotationController Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_AnnotationController Method
    In This Topic
    Gets the annotation view controller associated with the viewer.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewerJS(controlId);
    
    var value; // Type: Vintasoft.Imaging.Annotation.WebAnnotationViewControllerJS
    value = instance.get_AnnotationController();
    
    
    function get_AnnotationController() : WebAnnotationViewControllerJS;
    

    Return Value

    The WebAnnotationViewControllerJS associated with the viewer.
    Browser Compatibility
    56+
    45+
    11
    See Also