←Select platform

ZoneManager Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public IOcrZoneManager ZoneManager { get; } 
ReadOnly Property ZoneManager As Leadtools.Forms.Ocr.IOcrZoneManager 
@property (nonatomic, strong, readonly) LTOcrZoneManager *zoneManager 
public OcrZoneManager getZoneManager() 
get_ZoneManager();  

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.

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 options used when detecting OMR (Optical Mark Recognition) zones. For more information, refer to IOcrZoneManager.OmrOptions.

For more information, refer to IOcrZoneManager.

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

Example

For an example, refer to IOcrZoneManager.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly