VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationVisualToolJS type / get_AnnotationInteractionMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_AnnotationInteractionMode Method
    In This Topic
    Gets the interaction mode that defines how user can interact with annotations.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationVisualToolJS();
    
    var value; // Type: Vintasoft.Imaging.Annotation.WebAnnotationInteractionModeEnumJS
    value = instance.get_AnnotationInteractionMode();
    
    
    function get_AnnotationInteractionMode() : WebAnnotationInteractionModeEnumJS;
    

    Return Value

    An instance of WebAnnotationInteractionModeEnumJS class that defines the interaction mode. Default value is "Author".
    Browser Compatibility
    56+
    45+
    11
    See Also