VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation Namespace / WebAnnotationViewerUndoMonitorJS type / get_CreateCompositeActionForMovedAnnotations Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CreateCompositeActionForMovedAnnotations Method
    In This Topic
    Gets 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 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.
    Browser Compatibility
    56+
    45+
    11
    See Also