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

Show in webframe

BackgroundColor Property








Gets or sets the background color to be used when rasterizing vector image files.
Syntax
public RasterColor BackgroundColor {get; set;}
'Declaration
 
Public Property BackgroundColor As RasterColor
'Usage
 
Dim instance As CodecsVectorLoadOptions
Dim value As RasterColor
 
instance.BackgroundColor = value
 
value = instance.BackgroundColor
public RasterColor BackgroundColor {get; set;}
public RasterColor getBackgroundColor()
public void setBackgroundColor(RasterColor backgroundColor)
            
 <br/>get_BackgroundColor();<br/>set_BackgroundColor(value);<br/>Object.defineProperty('BackgroundColor'); 
public:
property RasterColor BackgroundColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

The background color to be used when rasterizing vector image files.
Remarks

If the vector image file being rasterized does not specify a background color, the value of this property will be used to fill the resulting raster image during rasterization.

You can override the value specified in the vector image file by setting ForceBackgroundColor to true.

Example
For an example, refer to CodecsVectorLoadOptions.
Requirements

Target Platforms

See Also

Reference

CodecsVectorLoadOptions Class
CodecsVectorLoadOptions Members

Error processing SSI file