AnnUndo method (Main Control)

Visual Basic example
Visual C++ 4.0 example

Syntax short AnnUndo ();

Overview:  Refer to Implementing Annotations.

Remarks

(Document/Medical only) Reverses the last change that was made using automated annotations.

The number of automation operations that can be undone is contained in the AnnUndoDepth property.

For information about grouping multiple operations into a single undo process, refer to the AnnAddUndoNode method.

Calling this method is the same as selecting Undo on the automation menu.

See Also

Elements:  AnnUndoEnable property, AnnUndoDepth property, AnnAddUndoNode method

Topics:  Annotations Automation
Undoing Automation Operations