C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the type of the cell.
public OcrZoneType CellType { get; set; }
Public Property CellType As Leadtools.Forms.Ocr.OcrZoneType
public Leadtools.Forms.Ocr.OcrZoneType CellType {get; set;}
@property (nonatomic, assign) LTOcrZoneType cellType
public OcrZoneType getCellType()
public void setCellType(OcrZoneType value)
<br/>get_CellType();<br/>set_CellType(value);<br/>Object.defineProperty('CellType');
public:
property Leadtools.Forms.Ocr.OcrZoneType CellType {
Leadtools.Forms.Ocr.OcrZoneType get();
void set ( Leadtools.Forms.Ocr.OcrZoneType );
}
An OcrZoneType enumeration member that specifies the type of the cell. Default value is OcrZoneType.Text.
To get a list of cell types supported by this IOcrEngine, use IOcrTableZoneManager.GetSupportedCellTypes.
For an example, refer to IOcrTableZoneManager
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET