←Select platform

BackColor Property (IBarcodeWriteOptions)

Summary

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

Syntax

C#
VB
WinRT C#
C++
Leadtools.RasterColor BackColor {get; set;} 
Property BackColor As Leadtools.RasterColor 
Leadtools.RasterColor BackColor {get; set;} 
<br/>get_BackColor();<br/>set_BackColor(value);<br/>Object.defineProperty('BackColor');  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly