AnnEnumerateTextToken method (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short AnnEnumerateTextToken();

Overview

Refer to Implementing Annotations.

Remarks

Enumerates the text tokens in the annotation text token table.

For each text token in the table, this method generates an OnEnumerateTextTokenTable event, if the OnEnableFireEnumerateTextTokenTableEvent property has been set to VARIANT_TRUE. The EnumerateTextTokenTable event receives information about each enumerated text token.

To discontinue generating OnEnumerateTextTokenTable event, set the StopFireEnumerateTextTokenTableEvent property to VARIANT_TRUE.

See Also

Elements:

Description property, TokenString property, Token property, AnnInsertTokenTable method, AnnDeleteTokenTable method, AnnClearTokenTable method, EnableFireEnumerateTextTokenTableEvent property, StopFireEnumerateTextTokenTableEvent property, AnnEnumerateTextToken method, EnumerateTextTokenTable event, OnEnumerateTextTokenTable event

Topics:

Annotations (Document/Medical only): Object Manipulation