Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
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") <br/>get_BackColor();<br/>set_BackColor(value);<br/>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.