Gets or sets the barcode background (spaces) color used when writing barcodes.
public RasterColor BackColor { get; set; }
Public Property BackColor As Leadtools.RasterColor
@property (nonatomic, copy) LTRasterColor *backColor
public RasterColor getBackColor()
public void setBackColor(RasterColor value)
public:
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