←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
Objective-C
C++
Java
public IOcrZoneManager ZoneManager { get; } 
ReadOnly Property ZoneManager As IOcrZoneManager 
@property (nonatomic, strong, readonly) LTOcrZoneManager *zoneManager 
public OcrZoneManager getZoneManager() 
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.

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.