Leadtools.Codecs Namespace > CodecsVectorLoadOptions Class : BackgroundColor Property |
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); }
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.