VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebCompositeUndoManagerJS type / set_CurrentActionIndex Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_CurrentActionIndex Method
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);

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