Gets or sets the barcode background (spaces) color used when writing barcodes.
Leadtools.RasterColor BackColor {get; set;}
Property BackColor As Leadtools.RasterColor
Leadtools.RasterColor BackColor {get; set;}
<br/>get_BackColor();<br/>set_BackColor(value);<br/>Object.defineProperty('BackColor');
property Leadtools.RasterColor BackColor {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
A RasterColor that specifies the barcode background (spaces) color to use when writing barcodes. Default value is "White" (RGB of #FFFFFF).
LEADTOOLS will use ForeColor and BackColor when drawing the new barcode to the image and no special processing is performed. Note that you can specify a transparent color for BackColor to "overlay" the barcode on top of the background of the image. This however is not recommended.
For an example, refer to ForeColor.
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