Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace : OcrCellBorder Enumeration |
[SerializableAttribute()] public enum OcrCellBorder : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<SerializableAttribute()> Public Enum OcrCellBorder Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As OcrCellBorder
[SerializableAttribute()] public enum OcrCellBorder : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Forms.Ocr.OcrCellBorder = function() { }; Leadtools.Forms.Ocr.OcrCellBorder.prototype = {<br/> LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()] public enum class OcrCellBorder : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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. |
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Ocr.OcrCellBorder