Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsTxtLoadOptions Class : Highlight Property |
public RasterColor Highlight {get; set;}
'Declaration
Public Property Highlight As RasterColor
'Usage
Dim instance As CodecsTxtLoadOptions Dim value As RasterColor instance.Highlight = value value = instance.Highlight
public RasterColor Highlight {get; set;}
public RasterColor getHighlight() public void setHighlight(RasterColor highlightColor)
<br/>get_Highlight();<br/>set_Highlight(value);<br/>Object.defineProperty('Highlight');
public: property RasterColor Highlight { RasterColor get(); void set ( RasterColor value); }
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.