Leadtools.Forms.Ocr Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ZoneManager Property
See Also 
Leadtools.Forms.Ocr Namespace > IOcrEngine Interface : ZoneManager Property



Provides support for determining the various zone types, recognition modules and fill methods supported by this engine type.

Syntax

Visual Basic (Declaration) 
Overridable ReadOnly Property ZoneManager As IOcrZoneManager
Visual Basic (Usage)Copy Code
Dim instance As IOcrEngine
Dim value As IOcrZoneManager
 
value = instance.ZoneManager
C# 
virtual IOcrZoneManager ZoneManager {get;}
C++/CLI 
virtual property IOcrZoneManager^ ZoneManager {
   IOcrZoneManager^ get();
}

Return Value

The instance of the IOcrZoneManager object that provide support for determining the various zone types, recognition modules and fill methods supported by this IOcrEngine.

Example

For an example, refer to IOcrZoneManager.

Remarks

The zone manager contains information about the following:

  • The zone types supported by this engine. For example, "Text", "Graphics" or "Table". For more information, refer to OcrZoneType.
  • The recognition modules supported by this engine. For example, "Auto", "ICR" or "OMR". For more information, refer to OcrZoneRecognitionModule.
  • The recognition fill methods supported by this engine. For example, "Text", "OMR" or "MICR". For more information, refer to OcrZoneFillMethod.

For more information, refer to IOcrZoneManager.

You must call the Startup method before you can use the ZoneManager.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

ZoneManager requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features