C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the width of the top border of the cell
public LogicalLength TopBorderWidth { get; set; }
Public Property TopBorderWidth As Leadtools.Forms.LogicalLength
public Leadtools.Forms.LogicalLength TopBorderWidth {get; set;}
@property (nonatomic, assign) CGFloat topBorderWidth
public double getTopBorderWidth()
public void setTopBorderWidth(double value)
<br/>get_TopBorderWidth();<br/>set_TopBorderWidth(value);<br/>Object.defineProperty('TopBorderWidth');
public:
property Leadtools.Forms.LogicalLength TopBorderWidth {
Leadtools.Forms.LogicalLength get();
void set ( Leadtools.Forms.LogicalLength );
}
A LogicalLength that specifies the width of the top border of the cell in logical (page) coordinates. Default value is 1 pixel.
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