Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > OcrZoneCell Class : CellType Property |
public OcrZoneType CellType {get; set;}
'Declaration
Public Property CellType As OcrZoneType
'Usage
Dim instance As OcrZoneCell Dim value As OcrZoneType instance.CellType = value value = instance.CellType
public 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 OcrZoneType CellType { OcrZoneType get(); void set ( OcrZoneType value); }
To get a list of cell types supported by this IOcrEngine, use IOcrTableZoneManager.GetSupportedCellTypes.