Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
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;}
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); }
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.