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.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.For an example, refer to IOcrZoneManager.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7