VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewJS type / get_InteractionController Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_InteractionController Method
    In This Topic
    Gets the interaction controller of annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS();
    
    var value; // Type: Vintasoft.Imaging.UI.VisualTools.WebInteractionControllerBaseJS
    value = instance.get_InteractionController();
    
    
    function get_InteractionController() : WebInteractionControllerBaseJS;
    

    Return Value

    The interaction controller of annotation.
    Browser Compatibility
    56+
    45+
    11
    See Also