Gets or sets the barcode background (spaces) color used when reading barcodes.
public RasterColor BackColor { get; set; }
Public Property BackColor As RasterColor
@property (nonatomic, copy) LTRasterColor *backColor
public RasterColor getBackColor()
public void setBackColor(RasterColor value)
public:
property RasterColor BackColor {
RasterColor get();
void set ( RasterColor );
}
A RasterColor that specifies the barcode background (spaces) color to use when searching for barcodes. The default value is "White" (RGB of #FFFFFF).
If the input image is bitonal (B/W), then this value will not be used. The foreground color is always considered to be black (or the foreground color in the image palette) and the background color is always considered to be white (or the background color in the image palette).
When the input image is not bitonal, LEADTOOLS will perform an intensity detect operation on the image to convert it to black and white before searching for the barcodes and uses the value of ForeColor and BackColor as the high and low threshold.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document