Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > 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.