←Select platform

OcrCellBorder Enumeration

Summary

Indicates the cell border location

Syntax
C#
VB
C++
[SerializableAttribute()] 
public enum OcrCellBorder   
<SerializableAttribute()> 
Public Enum OcrCellBorder  
[SerializableAttribute()] 
public enum class OcrCellBorder   

Members
ValueMemberDescription
0Left Left border.
1Top Top border.
2Right Right border.
3Bottom Bottom border.
4NoBorder No border. This value have a special meaning in OcrTablePointInformation.NearestBorder returned by IOcrTableZoneManager.GetPointInformation in certain situations and should not be used as in input to IOcrTableZoneManager.MoveCellBorder or IOcrTableZoneManager.GetCellBorderDragLimit.

Example

For an example, refer to IOcrTableZoneManager.

Requirements

Target Platforms

See Also

Reference

Leadtools.Ocr Namespace

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

Leadtools.Ocr Assembly