←Select platform

TableZoneManager Property

Summary

Gets the table zone manager associated with the zones of this page.

Syntax
C#
VB
C++
public IOcrTableZoneManager TableZoneManager { get; } 
ReadOnly Property TableZoneManager As IOcrTableZoneManager 
property IOcrTableZoneManager^ TableZoneManager { 
   IOcrTableZoneManager^ get(); 
} 

Property Value

An instance of IOcrTableZoneManager that can be used to manipulate the cells of table zones inside this IOcrPage, or a null reference (Nothing in VB), if the current OCR engine does not support manipulating the cells of table zones.

Remarks

Currently, only the OcrEngineType.OmniPage OCR engine supports manipulating the cells of table zones.

This object contains method auto-detect, get information, update, split and merge the cells of a zone of type OcrZoneType.Table contained in this IOcrPage. For more information, refer to IOcrTableZoneManager.

Example

For an example, refer to IOcrTableZoneManager.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly