←Select platform

TopBorderStyle Property

Summary

Gets or sets the style of the top border of the cell

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  

Property Value

An OcrCellBorderLineStyle enumeration member that specifies the style of the top border of the cell. Default value is OcrCellBorderLineStyle.Solid.

Example

For an example, refer to IOcrTableZoneManager

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly