LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
GetSupportedCellTypes Method
See Also 
Leadtools.Forms.Ocr Namespace > IOcrTableZoneManager Interface : GetSupportedCellTypes Method



Gets the cell types supported by this OCR engine.

Syntax

Visual Basic (Declaration) 
Function GetSupportedCellTypes() As OcrZoneType()
Visual Basic (Usage)Copy Code
Dim instance As IOcrTableZoneManager
Dim value() As OcrZoneType
 
value = instance.GetSupportedCellTypes()
C# 
OcrZoneType[] GetSupportedCellTypes()
C++/CLI 
array<OcrZoneType>^ GetSupportedCellTypes(); 

Return Value

An array of OcrZoneType enumeration members that specifiy the cell types supported by this OCR engine.

Example

Remarks

Currently, on the LEADTOOLS Professional OCR engine support manipulating the cells of a table zone. When using this engine, this method will return an array containing the following:

These are the only cell types that may be returned from the engine when table cells are auto-detected or you can manually set into OcrZoneCell.CellType. Setting any other cell type will result in an exception being thrown.

In the future, this restriction might be removed when more cell types are supported, it is recommended that you use GetSupportedCellTypes to programatically get a list of the supported types and construct and user interface from the values returned from this method (for example, a combo box for cell type selection in your application).

You can use table cells in one of two ways:

To manipulate a cell properties other than its bound (OcrZoneCell.Bounds), get the array of detected cells through OcrZone.Cells, change the cell background color, style or any border color, style or with. When you are done, re-set the array to OcrZone.Cells and call IOcrTableZoneManager.UpdateCells.

It is not recommended that you manually remove or add cells to the OcrZone.Cells, the engine is very sensitive to zone boundaries and any non-accurate information will cause an error. Instead, use the various methods of IOcrTableZoneManager to manipulate the cell location and size.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

GetSupportedCellTypes requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features