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

Show in webframe

ForceBackgroundColor Property








Enables or disables the use of the BackgroundColor when rasterizing vector image files.
Syntax
public bool ForceBackgroundColor {get; set;}
'Declaration
 
Public Property ForceBackgroundColor As Boolean
'Usage
 
Dim instance As CodecsVectorLoadOptions
Dim value As Boolean
 
instance.ForceBackgroundColor = value
 
value = instance.ForceBackgroundColor
public bool ForceBackgroundColor {get; set;}
public boolean isForceBackgroundColor()
public void setForceBackgroundColor(boolean forceBGColor)
            
 <br/>get_ForceBackgroundColor();<br/>set_ForceBackgroundColor(value);<br/>Object.defineProperty('ForceBackgroundColor'); 
public:
property bool ForceBackgroundColor {
   bool get();
   void set (    bool value);
}

Property Value

true to fill the resulting raster image with BackgroundColor; false to use the color specified in the vector image file.
Remarks

Set this property to true to override the background color specified in the file when rasterizing vector image files.

Example
For an example, refer to CodecsVectorLoadOptions.
Requirements

Target Platforms

See Also

Reference

CodecsVectorLoadOptions Class
CodecsVectorLoadOptions Members

Error processing SSI file