C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the bottom border color of the cell
public RasterColor BottomBorderColor { get; set; }
Public Property BottomBorderColor As Leadtools.RasterColor
public Leadtools.RasterColor BottomBorderColor {get; set;}
@property (nonatomic, copy, null_resettable) LTRasterColor *bottomBorderColor
public RasterColor getBottomBorderColor()
public void setBottomBorderColor(RasterColor value)
<br/>get_BottomBorderColor();<br/>set_BottomBorderColor(value);<br/>Object.defineProperty('BottomBorderColor');
public:
property Leadtools.RasterColor BottomBorderColor {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
A RasterColor that specifies the bottom border color of the cell. Default value is Black.
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