AnnUndoDepth property (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

short AnnUndoDepth

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Gets or sets the undo level for the container object. It contains the length of the undo stack.

The undo level determines the number of automation operations that can be undone. The default value is 5.

This property should be set before calling the AnnAddUndoNode method.

See Also

Elements:

AnnUndoEnable property, AnnAddUndoNode method, AnnUndo method

Topics:

Annotations Automation

 

Undoing Automation Operations