Leadtools.Barcode Namespace > IBarcodeWriteOptions Interface : BackColor Property |
[DescriptionAttribute("Background (space) color to use when writing the barcode")] [CategoryAttribute(" Colors")] [DisplayNameAttribute("Background color")] RasterColor BackColor {get; set;}
'Declaration <DescriptionAttribute("Background (space) color to use when writing the barcode")> <CategoryAttribute(" Colors")> <DisplayNameAttribute("Background color")> Property BackColor As RasterColor
'Usage Dim instance As IBarcodeWriteOptions Dim value As RasterColor instance.BackColor = value value = instance.BackColor
[DescriptionAttribute("Background (space) color to use when writing the barcode")] [CategoryAttribute(" Colors")] [DisplayNameAttribute("Background color")] RasterColor BackColor {get; set;}
DescriptionAttribute("Background (space) color to use when writing the barcode") CategoryAttribute(" Colors") DisplayNameAttribute("Background color")
get_BackColor();
set_BackColor(value);
Object.defineProperty('BackColor');
[DescriptionAttribute("Background (space) color to use when writing the barcode")] [CategoryAttribute(" Colors")] [DisplayNameAttribute("Background color")] property RasterColor BackColor { RasterColor get(); void set ( RasterColor value); }
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.