AnnotationGroupCount Property

Example-VB Example-VC++

Returns the number of annotation groups that are on an image page.

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.AnnotationGroupCount

Data Type

Integer

Remarks

The AnnotationGroupCount is used as the upper bound value when indexing through all of the annotation groups.

When a new annotation group is created, the AnnotationGroupCount is not incremented until at least one annotation mark is added to the group.

Available at run-time as read-only.

The Display method must be invoked prior to reading this property.