LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Highlight Property
See Also 
Leadtools.Codecs Namespace > CodecsTxtLoadOptions Class : Highlight Property



Gets or sets the text highlight color.

Syntax

Visual Basic (Declaration) 
Public Property Highlight As RasterColor
Visual Basic (Usage)Copy Code
Dim instance As CodecsTxtLoadOptions
Dim value As RasterColor
 
instance.Highlight = value
 
value = instance.Highlight
C# 
public RasterColor Highlight {get; set;}
C++/CLI 
public:
property RasterColor Highlight {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

The text highlight color.

Example

For an example, refer to CodecsTxtOptions.

Remarks

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.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also