set_CreateCompositeActionForMovedAnnotations Method
In This Topic
Sets a value indicating whether the undo monitor must create composite action when annotations are moving between images.
Syntax
var instance = new Vintasoft.Imaging.Annotation.WebAnnotationViewerUndoMonitorJS(undoManager, annotationViewer);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_CreateCompositeActionForMovedAnnotations(value);
function set_CreateCompositeActionForMovedAnnotations(
: boolean
) : any;
Parameters
- value
- True - the undo monitor must create composite action when annotations are moving between images; false - the undo monitor must NOT create composite action when annotations are moving between images. Default value is true.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also