VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebUndoActionJS type / set_CurrentState Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_CurrentState Method
    In This Topic
    Sets the current state of action.
    Syntax
    var instance = new Vintasoft.Imaging.WebUndoActionJS(source, actionSource);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: object
    
    returnValue = instance.set_CurrentState(value);
    
    
    function set_CurrentState(
    value
    New current state of action.
    : object
    ) : any;

    Parameters

    value
    New current state of action.
    Browser Compatibility
    56+
    45+
    11
    See Also