Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

CellType Property








Gets or sets the type of the cell.
Syntax
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);
}

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

See Also

Reference

OcrZoneCell Class
OcrZoneCell Members

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features