C#
VB
Java
Objective-C
WinRT C#
C++
Indicates the line style of a cell border.
[SerializableAttribute()]public enum OcrCellBorderLineStyle
<SerializableAttribute()>Public Enum OcrCellBorderLineStyle
[SerializableAttribute()]public enum OcrCellBorderLineStyle
typedef NS_ENUM(NSInteger, LTOcrCellBorderLineStyle) public enum OcrCellBorderLineStyle Leadtools.Forms.Ocr.OcrCellBorderLineStyle = function() { };Leadtools.Forms.Ocr.OcrCellBorderLineStyle.prototype = {<br/>None = 0,Solid = 1,Double = 2,Dashed = 3,Dotted = 4,};
[SerializableAttribute()]public enum class OcrCellBorderLineStyle
Members
| Value | Member | Description |
|---|---|---|
| 0 | None | There is no line. For example a cell without visible borders, or a frame indicated by only a different background color. |
| 1 | Solid | Solid line. |
| 2 | Double | Double line. |
| 3 | Dashed | Dashed line. |
| 4 | Dotted | Dotted line. |
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
