VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebCompositeUndoManagerJS type / get_RedoDescription Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_RedoDescription Method
    In This Topic
    Gets the description of next redo action.
    Syntax
    var instance = new Vintasoft.Imaging.WebCompositeUndoManagerJS();
    
    var value; // Type: string
    value = instance.get_RedoDescription();
    
    
    function get_RedoDescription() : string;
    

    Return Value

    Description of next redo action.
    Browser Compatibility
    56+
    45+
    11
    See Also