Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

BackColor Property (CodecsTxtLoadOptions)








Gets or sets the text background color.
Syntax
public RasterColor BackColor {get; set;}
'Declaration
 
Public Property BackColor As RasterColor
'Usage
 
Dim instance As CodecsTxtLoadOptions
Dim value As RasterColor
 
instance.BackColor = value
 
value = instance.BackColor
public RasterColor BackColor {get; set;}
public RasterColor getBackColor()
public void setBackColor(RasterColor backColor)
            
 <br/>get_BackColor();<br/>set_BackColor(value);<br/>Object.defineProperty('BackColor'); 
public:
property RasterColor BackColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

The text background color.
Remarks

Background is the color used to fill the resulting image before rendering the text on top of it.

Example
For an example, refer to CodecsTxtOptions.
Requirements

Target Platforms

See Also

Reference

CodecsTxtLoadOptions Class
CodecsTxtLoadOptions Members

Error processing SSI file