EnableOCRDrawing property (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

BOOL EnableOCRDrawing

Overview

Refer to Displaying an Image.

Remarks

Enables or disables drawing data from the OCR engine in an ILEADRasterView object. Possible values are:

Value

Meaning

TRUE

Data from the OCR engine may be drawn in the ILEADRasterView object.

FALSE

Data from the OCR engine may not be drawn in the ILEADRasterView object.

The RasterDocument property must be set before using the EnableOCRDrawing property.

To draw the selected zone of the OCR document in the ILEADRasterView control, set the index of the selected zone in the SelectedZoneIndex property.

See Also

Elements:

RasterDocument property, SelectedZoneIndex property

Topics:

Raster Images: Displaying Images