VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewerJS type / set_AnnotationInteractionMode Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_AnnotationInteractionMode Method
    In This Topic
    Sets the interaction mode that defines how user can interact with annotations.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewerJS(controlId);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebAnnotationInteractionModeEnumJS
    
    returnValue = instance.set_AnnotationInteractionMode(value);
    
    
    function set_AnnotationInteractionMode(
    value
    An instance of WebAnnotationInteractionModeEnumJS class that defines the interaction mode. Default value is "Author".
    : WebAnnotationInteractionModeEnumJS
    ) : any;

    Parameters

    value
    An instance of WebAnnotationInteractionModeEnumJS class that defines the interaction mode. Default value is "Author".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also