VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.DocumentViewer Namespace / WebDocumentViewerSettingsJS type / set_ShowUndoActionList Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_ShowUndoActionList Method
In This Topic
Sets a value indicating whether this panel should show the undo action list.
Syntax
var instance = new Vintasoft.Imaging.DocumentViewer.WebDocumentViewerSettingsJS(containerId, localizationId, useAnnotations);

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_ShowUndoActionList(value);

Parameters

value
A value indicating whether this panel should show the undo action list. Default value is False.
Browser Compatibility
56+
45+
11
See Also