C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the style of the left border of the cell
public OcrCellBorderLineStyle LeftBorderStyle { get; set; }
Public Property LeftBorderStyle As Leadtools.Forms.Ocr.OcrCellBorderLineStyle
public Leadtools.Forms.Ocr.OcrCellBorderLineStyle LeftBorderStyle {get; set;}
@property (nonatomic, assign) LTOcrCellBorderLineStyle leftBorderStyle
public OcrCellBorderLineStyle getLeftBorderStyle()
public void setLeftBorderStyle(OcrCellBorderLineStyle value)
<br/>get_LeftBorderStyle();<br/>set_LeftBorderStyle(value);<br/>Object.defineProperty('LeftBorderStyle');
public:
property Leadtools.Forms.Ocr.OcrCellBorderLineStyle LeftBorderStyle {
Leadtools.Forms.Ocr.OcrCellBorderLineStyle get();
void set ( Leadtools.Forms.Ocr.OcrCellBorderLineStyle );
}
An OcrCellBorderLineStyle enumeration member that specifies the style of the left border of the cell. Default value is OcrCellBorderLineStyle.Solid.
For an example, refer to IOcrTableZoneManager
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET