←Select platform

CellType Property

Summary
Gets or sets the type of the cell.
Syntax
C#
VB
Objective-C
C++
Java
public OcrZoneType CellType { get; set; } 
Public Property CellType As OcrZoneType 
@property (nonatomic, assign) LTOcrZoneType cellType 
public OcrZoneType getCellType() 
public void setCellType(OcrZoneType value) 
public: 
property OcrZoneType CellType { 
   OcrZoneType get(); 
   void set (    OcrZoneType ); 
} 

Property Value

An OcrZoneType enumeration member that specifies the type of the cell. Default value is OcrZoneType.Text.

Remarks

To get a list of cell types supported by this IOcrEngine, use IOcrTableZoneManager.GetSupportedCellTypes.

Example

For an example, refer to IOcrTableZoneManager

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.