OcrZoneVisibility Property

Example-VB Example-VC++

Returns or sets the OCR zones that are shown on the 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.OcrZoneVisibility[=value]

Data Type

Integer (enumerated)

Constant Setting Description

wiOcrHideZones 0 (default) No OCR zones are shown
wiOcrShowTextZones 1 All OCR Text zones are shown
wiOcrShowPictureZones 2 All OCR Picture zones are shown
wiOcrShowAllZones 3 All OCR Text and Picture zones are shown

Remarks

This property does not affect the visibility of other annotations on the image page.  To hide and show other annotation types, use the HideAnnotationGroup and ShowAnnotationGroup methods.