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;} |
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also