←Select platform

CellIndex Property

Summary

Gets or sets the cell index in which the given point is located.

Syntax

C#
VB
C++
public int CellIndex { get; set; } 
Public Property CellIndex As Integer 
public: 
property int CellIndex { 
   int get(); 
   void set (    int ); 
} 

Property Value

An Int32 value that indicates the 0-based cell index in which the given point is located.

Example

For an example, refer to IOcrTableZoneManager.GetPointInformation.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly