LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ZoneManager Property
See Also 
Leadtools.Forms.Ocr Namespace > IOcrEngine Interface : ZoneManager Property



The ZoneManager Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

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

Syntax

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

Property 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 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

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