Leadtools.Forms.Ocr Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CellIndex Property
See Also 
Leadtools.Forms.Ocr Namespace > OcrCharacter Structure : CellIndex Property



Gets or sets the index of the cell in the table that contains this character.

Syntax

Visual Basic (Declaration) 
Public Property CellIndex As Integer
Visual Basic (Usage)Copy Code
Dim instance As OcrCharacter
Dim value As Integer
 
instance.CellIndex = value
 
value = instance.CellIndex
C# 
public int CellIndex {get; set;}
C++/CLI 
public:
property int CellIndex {
   int get();
   void set (int value);
}

Return Value

The index of the cell in the table that contains this character.

Example

For an example, refer to IOcrPage.GetRecognizedCharacters.

Remarks

This value is applicable only for OcrZoneType.Table zones. Other cell and table information is hidden from the user and cannot be obtained.

To get the recognized characters of a page, call IOcrPage.GetRecognizedCharacters after IOcrPage.Recognize or IOcrPage.RecognizeText.

To update the recognized characters of a page, call IOcrPage.GetRecognizedCharacters before calling IOcrDocument.Save or IOcrDocument.SaveXml.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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