Leadtools.Barcode Namespace > BarcodeWriteOptions Class : BackColor Property |
[CategoryAttribute(" Colors")] [DescriptionAttribute("Background (space) color to use when writing the barcode")] [DisplayNameAttribute("Background color")] public RasterColor BackColor {get; set;}
'Declaration <CategoryAttribute(" Colors")> <DescriptionAttribute("Background (space) color to use when writing the barcode")> <DisplayNameAttribute("Background color")> Public Property BackColor As RasterColor
'Usage Dim instance As BarcodeWriteOptions Dim value As RasterColor instance.BackColor = value value = instance.BackColor
[CategoryAttribute(" Colors")] [DescriptionAttribute("Background (space) color to use when writing the barcode")] [DisplayNameAttribute("Background color")] public RasterColor BackColor {get; set;}
@property (nonatomic, copy) LTRasterColor* backColor;
public RasterColor getBackColor() public void setBackColor(RasterColor value)
CategoryAttribute(" Colors") DescriptionAttribute("Background (space) color to use when writing the barcode") DisplayNameAttribute("Background color")
get_BackColor();
set_BackColor(value);
Object.defineProperty('BackColor');
[CategoryAttribute(" Colors")] [DescriptionAttribute("Background (space) color to use when writing the barcode")] [DisplayNameAttribute("Background color")] public: 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.