get_CreateCompositeActionForMovedAnnotations Method
Gets a value indicating whether the undo monitor must create composite action when annotations are moving between images.
var instance = new Vintasoft.Imaging.Annotation.WebAnnotationViewerUndoMonitorJS(undoManager, annotationViewer);
var value; // Type: boolean
value = instance.get_CreateCompositeActionForMovedAnnotations();
function get_CreateCompositeActionForMovedAnnotations() : boolean;
Return 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.