AnnUndo method (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

short AnnUndo (void);

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