AnnEnumerateTextToken method (ILEADRasterAnnotation)
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