| JsPropertiesExtractor | Send comments on this topic. |
| undo Method | |
| See Also Example | |
|
| vdWebLibrary Namespace > ScriptCommands Class : undo Method |
| JScript | |
|---|---|
public function undo(); | |
| C# | Copy Code |
|---|---|
vdcanvas.UndoHistory().undo(); //make a single undo . Call it multi times until everything undone | |
In order to update the screen view a redraw need to be called.