Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Enum OcrCellBorder Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OcrCellBorder |
C# | |
---|---|
[SerializableAttribute()] public enum OcrCellBorder : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[SerializableAttribute()] public enum class OcrCellBorder : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Bottom | Bottom border. |
Left | Left border. |
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. |
Right | Right border. |
Top | Top border. |
For an example, refer to IOcrTableZoneManager.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Ocr.OcrCellBorder
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7