←Select platform

SpaceColor Property

Summary

Specifies the space color for barcode.

Syntax

C#
VB
C++
public Leadtools.RasterColor SpaceColor {get; set;} 
Public Property SpaceColor As Leadtools.RasterColor 
public: 
property Leadtools.RasterColor SpaceColor { 
   Leadtools.RasterColor get(); 
   void set (    Leadtools.RasterColor ); 
} 

Property Value

Space color for barcode. The default value is the white color - RGB(255,255,255).

Remarks

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.

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