VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebImageUndoActionJS type / WebImageUndoActionJS Constructor(WebImageJS,object,WebImageCollectionJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebImageUndoActionJS Constructor(WebImageJS,object,WebImageCollectionJS)
    In This Topic
    Initializes a new instance of the WebImageUndoActionJS class.
    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(
    source
    WebImageJS object.
    : WebImageJS,
    actionSource
    Action object.
    : object,
    imageCollection
    WebImageCollectionJS object that contains source object.
    : WebImageCollectionJS
    ) : WebImageUndoActionJS;

    Parameters

    source
    WebImageJS object.
    actionSource
    Action object.
    imageCollection
    WebImageCollectionJS object that contains source object.
    Browser Compatibility
    56+
    45+
    11
    See Also