C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the style of the top border of the cell
public OcrCellBorderLineStyle TopBorderStyle { get; set; }
Public Property TopBorderStyle As Leadtools.Forms.Ocr.OcrCellBorderLineStyle
public Leadtools.Forms.Ocr.OcrCellBorderLineStyle TopBorderStyle {get; set;}
@property (nonatomic, assign) LTOcrCellBorderLineStyle topBorderStyle
public OcrCellBorderLineStyle getTopBorderStyle()
public void setTopBorderStyle(OcrCellBorderLineStyle value)
<br/>get_TopBorderStyle();<br/>set_TopBorderStyle(value);<br/>Object.defineProperty('TopBorderStyle');
public:
property Leadtools.Forms.Ocr.OcrCellBorderLineStyle TopBorderStyle {
Leadtools.Forms.Ocr.OcrCellBorderLineStyle get();
void set ( Leadtools.Forms.Ocr.OcrCellBorderLineStyle );
}
An OcrCellBorderLineStyle enumeration member that specifies the style of the top 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