VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation Namespace / WebAnnotationViewUndoActionJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebAnnotationViewUndoActionJS type
    In This Topic
    Represents an undo action that stores information about changes in WebAnnotationViewJS object.
    Syntax
    // Parameters
    var source; // Type: WebAnnotationViewJS
    var actionSource; // Type: object
    var annotationViewCollection; // Type: WebAnnotationViewCollectionJS
    
    var instance = new Vintasoft.Imaging.Annotation.WebAnnotationViewUndoActionJS(source, actionSource, annotationViewCollection);
    
    
    function WebAnnotationViewUndoActionJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.WebUndoActionJS
          Vintasoft.Imaging.Annotation.WebAnnotationViewUndoActionJS

    Browser Compatibility
    56+
    45+
    11
    See Also