C#
VB
Java
C++
Gets or sets the background color used when rendering RTF documents.
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 background color used when rendering RTF documents. Default value is "white".
Background is the color used to fill the resulting image before rendering the RTF contents on top of it.
For an example, refer to CodecsRtfOptions.
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