| Visual Basic (Declaration) | |
|---|---|
<SerializableAttribute()> Public Enum OcrCellBorderLineStyle Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As OcrCellBorderLineStyle | |
| C# | |
|---|---|
[SerializableAttribute()] public enum OcrCellBorderLineStyle : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[SerializableAttribute()] public enum class OcrCellBorderLineStyle : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Dashed | Dashed line. |
| Dotted | Dotted line. |
| Double | Double line. |
| None | There is no line. For example a cell without visible borders, or a frame indicated by only a different background color. |
| Solid | Solid line. |
For an example, refer to IOcrTableZoneManager.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Ocr.OcrCellBorderLineStyle
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code