UndoManagerAction Enumeration |
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum UndoManagerAction
Public Enumeration UndoManagerAction
Members
| Member name | Description |
---|
| Default | The undo is added to the AnnotationUndoManager. |
| Ignore | The undo is ignored. |
| Combine | The undo and all that follow until a ResetDefault action is
received are combined into a single undo object. |
| ResetDefault | Indicates that this is the last undo to combine with previous undos. |
See Also