VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation Namespace / WebAnnotationViewerUndoMonitorJS type / set_CreateCompositeActionForMovedAnnotations Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
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);

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
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also