AddAnnotationGroup Method

Example-VB Example-VC++

Adds a new annotation group to 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.AddAnnotationGroup GroupName

Argument

Parameter Data Type Setting

GroupName String The name of the new annotation group

Return Value

None

Remarks

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

The annotation group is not actually created until the first annotation mark is placed on the image.

Invoking the AddAnnotationGroup method sets the ImageModified property to True.