C#
VB
C++
Specifies the bar color for barcode.
public Leadtools.RasterColor BarColor {get; set;}
Public Property BarColor As Leadtools.RasterColor
public:
property Leadtools.RasterColor BarColor {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
Bar color for barcode. The default value is the black color - RGB(0, 0, 0).
This is used as the color of the bars for writing. For reading, this is used as the color of the bars when searching for the barcode in the image.
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