Leadtools.Forms.Ocr Namespace > IOcrPage Interface : TableZoneManager Property |
IOcrTableZoneManager TableZoneManager {get;}
'Declaration ReadOnly Property TableZoneManager As IOcrTableZoneManager
'Usage Dim instance As IOcrPage Dim value As IOcrTableZoneManager value = instance.TableZoneManager
IOcrTableZoneManager TableZoneManager {get;}
get_TableZoneManager();
property IOcrTableZoneManager^ TableZoneManager { IOcrTableZoneManager^ get(); }
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.