Enables or disables the use of the BackgroundColor when rasterizing vector image files.
public bool ForceBackgroundColor { get; set; }
Public Property ForceBackgroundColor As Boolean
public boolean isForceBackgroundColor()
public void setForceBackgroundColor(boolean forceBGColor)
true to fill the resulting raster image with BackgroundColor; false to use the color specified in the vector image file.
Set this property to true to override the background color specified in the file when rasterizing vector image files.
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