HideAnnotationGroup Method

Example-VB Example-VC++

Hides an annotation group.

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.HideAnnotationGroup [GroupName]

Argument

Parameter Data Type Setting

GroupName String The name of the annotation group to hide

Return Value

None

Remarks

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

If the GroupName parameter is not specified, the HideAnnotationGroup method hides all annotation groups.

This method does not hide OCR Zone annotations.  To hide OCR Zone annotations, use the OcrZoneVisibility property.

Invoking the HideAnnotationGroup method sets the ImageModified property to True.

Note: OCR Zone annotations are available with Imaging for Windows Professional Edition only.