Leadtools.Document Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
EnableFill Property
See Also 
Leadtools.Document Namespace > RasterDocumentOmrOptions Structure : EnableFill Property




Specifies a flag that indicates whether the recognition output can take two or three values.

Syntax

Visual Basic (Declaration) 
Public Property EnableFill As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RasterDocumentOmrOptions
Dim value As Boolean
 
instance.EnableFill = value
 
value = instance.EnableFill
C# 
public bool EnableFill {get; set;}
Managed Extensions for C++ 
public: __property bool get_EnableFill();
public: __property void set_EnableFill( 
   bool value
);
C++/CLI 
public:
property bool EnableFill {
   bool get();
   void set (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

Refer to OmrOptions 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

Leadtools.Documentrequires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features