LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CellType Property
See Also 
Leadtools.Forms.Ocr Namespace > OcrZoneCell Class : CellType Property



Gets or sets the type of the cell.

Syntax

Visual Basic (Declaration) 
Public Property CellType As OcrZoneType
Visual Basic (Usage)Copy Code
Dim instance As OcrZoneCell
Dim value As OcrZoneType
 
instance.CellType = value
 
value = instance.CellType
C# 
public OcrZoneType CellType {get; set;}
C++/CLI 
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.

Example

For an example, refer to IOcrTableZoneManager

Remarks

Currently, only the following cell types are supported: OcrZoneType.Text, OcrZoneType.VerticalText, OcrZoneType.LeftRotatedText and OcrZoneType.RightRotatedText. Setting any other type will result in an exception.

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

CellType requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features