VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebCompositeUndoManagerJS type / set_CurrentActionIndex Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_CurrentActionIndex Method
    In This Topic
    Sets an index, in history, of current undo action.
    Syntax
    var instance = new Vintasoft.Imaging.WebCompositeUndoManagerJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_CurrentActionIndex(value);
    
    
    function set_CurrentActionIndex(
    value
    Index of undo action.
    : number
    ) : any;

    Parameters

    value
    Index of undo action.
    Exceptions
    ExceptionDescription
    Thrown if argument is less than zero or argument is greater than actions count.
    Browser Compatibility
    56+
    45+
    11
    See Also