Example-VB | Example-VC++ |
Returns or sets the OCR zones that are shown on the image page.
Ö | Imaging for Windows Professional Edition V1.0, V1.1, and V2.0 |
Imaging for Windows 95 and 98 | |
Imaging for Windows NT 4.0 |
Image Edit control
object.OcrZoneVisibility[=value]
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 |
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.