←Select platform

CellType Property

Summary

Gets or sets the type of the cell.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly