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
enum LTOcrCellBorder
Leadtools.Forms.Ocr.OcrCellBorder = function() { }; Leadtools.Forms.Ocr.OcrCellBorder.prototype = {
Left = 0x00000000, Top = 0x00000001, Right = 0x00000002, Bottom = 0x00000003, NoBorder = 0x00000004, };
[SerializableAttribute()] public enum class OcrCellBorder : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Left |
Left border. |
0x00000001 | Top |
Top border. |
0x00000002 | Right |
Right border. |
0x00000003 | Bottom |
Bottom border. |
0x00000004 | 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