VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewerJS 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.WebAnnotationViewerJS(controlId);
    
    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