Gets or sets the background color to be used when rasterizing vector image files.
public RasterColor BackgroundColor { get; set; }
Public Property BackgroundColor As Leadtools.RasterColor
public RasterColor getBackgroundColor()
public void setBackgroundColor(RasterColor backgroundColor)
public:
property Leadtools.RasterColor BackgroundColor {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
The background color to be used when rasterizing vector image files.
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.
For an example, refer to CodecsVectorLoadOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET