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

BackgroundColor Property






Gets or sets the background color to be used when rasterizing vector image files. .NET support
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);
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: 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

CodecsVectorLoadOptions Class
CodecsVectorLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

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