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

    Return Value

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