C#
VB
WinRT C#
C++
Indicates the cell border location
[SerializableAttribute()]public enum OcrCellBorder
<SerializableAttribute()>Public Enum OcrCellBorder
[SerializableAttribute()]public enum OcrCellBorder
Leadtools.Forms.Ocr.OcrCellBorder = function() { };Leadtools.Forms.Ocr.OcrCellBorder.prototype = {<br/>LeadtoolsMemberMarker(replace me)};
[SerializableAttribute()]public enum class OcrCellBorder
Members
| Value | Member | Description |
|---|---|---|
| 0 | Left | Left border. |
| 1 | Top | Top border. |
| 2 | Right | Right border. |
| 3 | Bottom | Bottom border. |
| 4 | NoBorder | 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. |
For an example, refer to IOcrTableZoneManager.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
