VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfContentEditorToolJS type / get_IsUndoEnabled Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsUndoEnabled Method
    In This Topic
    Gets a value indicating whether undo/redo is enabled.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfContentEditorToolJS();
    
    var value; // Type: boolean
    value = instance.get_IsUndoEnabled();
    
    
    function get_IsUndoEnabled() : boolean;
    

    Return Value

    True - is undo/redo enabled; False - is undo/redo not enabled. Default value is True.
    Browser Compatibility
    56+
    45+
    11
    See Also