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

    Object
       Vintasoft.Imaging.WebUndoActionJS
          Vintasoft.Imaging.WebImageUndoActionJS

    Browser Compatibility
    56+
    45+
    11
    See Also