←Select platform

BackColor Property (BarcodeWriteOptions)

Summary

Gets or sets the barcode background (spaces) color used when writing barcodes.

Syntax

C#
VB
Java
Objective-C
C++
[CategoryAttribute("             Colors")] 
[DisplayNameAttribute("Background color")] 
[DescriptionAttribute("Background (space) color to use when writing the barcode")] 
public Leadtools.RasterColor BackColor {get; set;} 
<CategoryAttribute("              Colors")> 
<DisplayNameAttribute("Background color")> 
<DescriptionAttribute("Background (space) color to use when writing the barcode")> 
Public Property BackColor As Leadtools.RasterColor 
@property (nonatomic, copy) LTRasterColor *backColor 
public RasterColor getBackColor() 
public void setBackColor(RasterColor value) 
             
[CategoryAttribute("             Colors")] 
[DisplayNameAttribute("Background color")] 
[DescriptionAttribute("Background (space) color to use when writing the barcode")] 
public: 
property Leadtools.RasterColor BackColor { 
   Leadtools.RasterColor get(); 
   void set (    Leadtools.RasterColor ); 
} 

Property Value

A 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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize