Specifies a flag that indicates whether the recognition output can take two or three values.
Syntax
Visual Basic (Declaration) | |
---|
Public Property EnableFill As Boolean |
C# | |
---|
public bool EnableFill {get; set;} |
Managed Extensions for C++ | |
---|
public: __property bool get_EnableFill();
public: __property void set_EnableFill(
bool value
); |
Return Value
A flag that indicates whether the recognition output can take two or three values.
-
If (true) then three values are possible for grouped zones:
0 = unfilled,
1 = filled,
2 = filled-in-error.
-
If (false) then only one of two values can be generated for each RM_OMR zone:
0 = unfilled,
1 = filled.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also