Leadtools.Barcode Namespace > BarcodeWriteOptions Class : BackColor Property |
[DisplayNameAttribute("Background color")] [CategoryAttribute(" Colors")] [DescriptionAttribute("Background (space) color to use when writing the barcode")] public RasterColor BackColor {get; set;}
'Declaration <DisplayNameAttribute("Background color")> <CategoryAttribute(" Colors")> <DescriptionAttribute("Background (space) color to use when writing the barcode")> Public Property BackColor As RasterColor
'Usage Dim instance As BarcodeWriteOptions Dim value As RasterColor instance.BackColor = value value = instance.BackColor
[DisplayNameAttribute("Background color")] [CategoryAttribute(" Colors")] [DescriptionAttribute("Background (space) color to use when writing the barcode")] public RasterColor BackColor {get; set;}
ObjectiveC Syntax
Java Syntax
DisplayNameAttribute("Background color") CategoryAttribute(" Colors") DescriptionAttribute("Background (space) color to use when writing the barcode") get_BackColor();
set_BackColor(value);
[DisplayNameAttribute("Background color")] [CategoryAttribute(" Colors")] [DescriptionAttribute("Background (space) color to use when writing the barcode")] 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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2