Gets the table zone manager associated with the zones of this page.
public IOcrTableZoneManager TableZoneManager { get; }
ReadOnly Property TableZoneManager As Leadtools.Forms.Ocr.IOcrTableZoneManager
property Leadtools.Forms.Ocr.IOcrTableZoneManager^ TableZoneManager {
Leadtools.Forms.Ocr.IOcrTableZoneManager^ get();
}
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.
Currently, only the OcrEngineType.Professional 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.
For an example, refer to IOcrTableZoneManager.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET