VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebUndoManagerJS type / get_RedoCount Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_RedoCount Method
    In This Topic
    Gets a count of possible redo steps.
    Syntax
    var instance = new Vintasoft.Imaging.WebUndoManagerJS();
    
    var value; // Type: number
    value = instance.get_RedoCount();
    
    
    function get_RedoCount() : number;
    

    Return Value

    Count of possible redo steps.
    Browser Compatibility
    56+
    45+
    11
    See Also