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(
: WebAnnotationInteractionModeEnumJS
) : any;
Parameters
- value
- An instance of WebAnnotationInteractionModeEnumJS class that defines the interaction mode. Default value is "Author".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also