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);
function set_ShowUndoActionList(
: boolean
) : any;
Parameters
- value
- A value indicating whether this panel should show the undo action list. Default value is False.
Browser Compatibility
See Also