LEADTOOLS Barcode (Leadtools.Barcode assembly)
LEAD Technologies, Inc

BackColor Property (BarcodeWriteOptions)








Gets or sets the barcode background (spaces) color used when writing barcodes. .NET support Silverlight support
Syntax
[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);
}

Property Value

A Leadtools.RasterColor that specifies the barcode background (spaces) color to use when writing barcodes. Default value is "White" (RGB of #FFFFFF).
Remarks

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.

Example

For an example, refer to ForeColor.

Requirements

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

See Also

Reference

BarcodeWriteOptions Class
BarcodeWriteOptions Members
ForeColor Property

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features