EnableFill property (ILTOMROptions)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

BOOL EnableFill

Overview

Refer to Using the OMR Options

Remarks

Gets or sets a value that indicates whether the recognition output can take two or three values. Possible values are:

 

Value

Meaning

TRUE

Three values are possible for grouped zones:

0 = unfilled,

1 = filled,

2 = filled-in-error.

FALSE

Only one of two values can be generated for each RM_OMR zone:

0 = unfilled

1 = filled

 

This property is updated with the current setting when the GetOMROptions method is called.

To update the OMR options, set this property and the other ILTOMROptions properties accessed by the OMRModuleOptions property and call the SetOMROptions method.

See Also

Elements:

Frame property, Sense property, OMRModuleOptions property, GetOMROptions method, SetOMROptions method

Topics:

Quick Reference OCR: Using the HandPrint Options