LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Highlight Property






Gets or sets the text highlight color. .NET support
Syntax
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;}
 get_Highlight();
set_Highlight(value);
public:
property RasterColor Highlight {
   RasterColor get();
   void set (    RasterColor value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsTxtLoadOptions Class
CodecsTxtLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.