Click or drag to resize

UndoChange Enumeration

Specifies the type of undo being performed.

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 UndoChange
Members
  Member nameDescription
PropertyChange Used when a property of the annotation has been changed.
CollectiveChange Used when multiple undo actions are combined into a single undo.
InvokeMethod Used when a method, such as Mirror, is invoked.
See Also