←Select platform

Highlight Property

Summary

Gets or sets the text highlight color.

Syntax
C#
VB
C++
Java
public RasterColor Highlight { get; set; } 
Public Property Highlight As RasterColor 
public RasterColor getHighlight() 
public void setHighlight(RasterColor highlightColor) 
public: 
property RasterColor Highlight { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

The text highlight color.

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.

Example

For an example, refer to CodecsTxtOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly