C#
VB
Java
C++
Gets or sets the text highlight color.
public RasterColor Highlight { get; set; }
Public Property Highlight As Leadtools.RasterColor
public RasterColor getHighlight()
public void setHighlight(RasterColor highlightColor)
public:
property Leadtools.RasterColor Highlight {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
The text highlight color.
Highlight is the color used as background for the text paragraphs found in the file. If you do not want to show the highlight color, set its value to the same as FontColor or BackColor.
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