Visual Basic (Declaration) | |
---|---|
Overridable ReadOnly Property ZoneManager As IOcrZoneManager |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family