C#
VB
Java
C++
Gets or sets the text background color.
public RasterColor BackColor { get; set; }
Public Property BackColor As Leadtools.RasterColor
public RasterColor getBackColor()
public void setBackColor(RasterColor backColor)
public:
property Leadtools.RasterColor BackColor {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
The text background color.
Background is the color used to fill the resulting image before rendering the text on top of it.
For an example, refer to CodecsTxtOptions.
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