GetAnnotationGroup Method

Example-VB Example-VC++

Returns the name of the annotation group based on the index specified.

Available With

Ö Imaging for Windows Professional Edition V1.0, V1.1, and V2.0
Ö Imaging for Windows 95 and 98
Ö Imaging for Windows NT 4.0

Applies To

Image Edit control

Syntax

object.GetAnnotationGroup(Index)

Argument

Parameter Data Type Setting

Index Integer The index value of the annotation group

Return Value

String

Remarks

The Display method must be invoked prior to calling this method.

Index is a 0-based value, where 0 is the first annotation group in the array, 1 is the second, 2 is the third, and so on.  The upper bound value of the index can be obtained from the AnnotationGroupCount property.

The GetAnnotationGroup method is valid only at run-time.