VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebStickyNoteAnnotationViewJS type / get_CanMove Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_CanMove Method
In This Topic
Gets a value indicating whether the annotation can be moved.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebStickyNoteAnnotationViewJS();

var value; // Type: boolean
value = instance.get_CanMove();

Return Value

True - annotation can be moved; False - annotation cannot be moved. Default value is True.
Browser Compatibility
56+
45+
11
See Also