Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

OcrCellBorderLineStyle Enumeration








Indicates the line style of a cell border.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum OcrCellBorderLineStyle 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As 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 : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0None There is no line. For example a cell without visible borders, or a frame indicated by only a different background color.
1Solid Solid line.
2Double Double line.
3Dashed Dashed line.
4Dotted Dotted line.
Example
For an example, refer to IOcrTableZoneManager.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.Ocr.OcrCellBorderLineStyle

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.Ocr Namespace

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features