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

    Return Value

    Index, in history, of current undo action. Default value is -1.
    Browser Compatibility
    56+
    45+
    11
    See Also