In This Topic
Sets a value indicating whether the annotation can be moved.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebStickyNoteAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_CanMove(value);
function set_CanMove(
: boolean
) : any;
Parameters
- value
- True - annotation can be moved; False - annotation cannot be moved. Default value is True.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also