←Select platform

Highlight Property

Summary

Gets or sets the text highlight color.

Syntax

C#
VB
Java
C++
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 ); 
} 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly