VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebCompositeUndoManagerJS type / redo Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    redo Method
    In This Topic
    Redoes several changes in object(s).
    Syntax
    var instance = new Vintasoft.Imaging.WebCompositeUndoManagerJS();
    
    var value; // Type: any
    
    // Parameters
    var steps; // Type: number
    
    value = instance.redo(steps);
    
    
    function redo(
    steps
    Steps forward.
    : number
    ) : any;

    Parameters

    steps
    Steps forward.
    Browser Compatibility
    56+
    45+
    11
    See Also