Visual Basic (Declaration) | |
---|---|
ReadOnly Property TableZoneManager As IOcrTableZoneManager |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IOcrPage Dim value As IOcrTableZoneManager value = instance.TableZoneManager |
C# | |
---|---|
IOcrTableZoneManager TableZoneManager {get;} |
C++/CLI | |
---|---|
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 Visual Basic), if the current OCR engine does not support manipulating the cells of table zones.For an example, refer to IOcrTableZoneManager.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7