C#
VB
C++
Specifies the space color for barcode.
public Leadtools.RasterColor SpaceColor {get; set;}
Public Property SpaceColor As Leadtools.RasterColor
public:
property Leadtools.RasterColor SpaceColor {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
Space color for barcode. The default value is the white color - RGB(255,255,255).
This is used as the color of the spaces for writing. For reading, this is used as the color of the spaces 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