Click or drag to resize

UndoAction Enumeration

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
C#
public enum UndoAction
Members
  Member nameValueDescription
Add0 Add
Undo1 Undo
Redo2 redo
Custom3 Custom
See Also