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();
Return Value
An instance of
WebAnnotationInteractionModeEnumJS class that defines the interaction mode. Default value is "Author".
Browser Compatibility
See Also