LEADTOOLS Image File Support (Leadtools.Codecs assembly)

BackgroundColor Property

Show in webframe







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;}

            

            
 
get_BackgroundColor();
set_BackgroundColor(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.