VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebUndoActionJS type / WebUndoActionJS Constructor(object,object)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebUndoActionJS Constructor(object,object)
    In This Topic
    Initializes a new instance of the WebUndoActionJS class.
    Syntax
    // Parameters
    var source; // Type: object
    var actionSource; // Type: object
    
    var instance = new Vintasoft.Imaging.WebUndoActionJS(source, actionSource);
    
    
    function WebUndoActionJS(
    source
    Source object.
    : object,
    actionSource
    Action source.
    : object
    ) : WebUndoActionJS;

    Parameters

    source
    Source object.
    actionSource
    Action source.
    Browser Compatibility
    56+
    45+
    11
    See Also