Undo/Redo Manager class, the usage method is as follows:
First get the singleton through the GetCurrent method,
Then call the AddHistory method of the singleton to add a history record (the parameter is an object that implements the History (undo/redo method) interface)
Then call the Undo/Redo method of UndoManager
Namespace:
ComPDFKitViewer.Helper
Assembly:
ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
Members
| Member name | Value | Description |
---|
| Add | 0 |
Add
|
| Undo | 1 |
Undo
|
| Redo | 2 |
redo
|
| Custom | 3 |
Custom
|
See Also