Click or drag to resize

UndoManagerAction Enumeration

Specifies the actions taken when an AnnotationUndo is passed to the AnnotationControllerNotification event.

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
Members
  Member nameDescription
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