Gets or sets the barcode foreground (bars or symbol) color used when reading barcodes.
Leadtools.RasterColor ForeColor {get; set;}
Property ForeColor As Leadtools.RasterColor
Leadtools.RasterColor ForeColor {get; set;}
<br/>get_ForeColor();<br/>set_ForeColor(value);<br/>Object.defineProperty('ForeColor');
property Leadtools.RasterColor ForeColor {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
A RasterColor that specifies the barcode foreground (bars or symbol) color to use when searching for barcodes. The default value is "Black" (RGB of #000000).
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 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.
This example reads a barcode from an image with specific colors.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET