C#
VB
C++
Gets or sets a BarcodeColor object containing bar and space colors to be read.
[DataMemberAttribute(Name="CodeColor", IsRequired=true)]
public BarcodeColor CodeColor { get; set; }
<DataMemberAttribute(Name="CodeColor", IsRequired=True)>
Public Property CodeColor As Leadtools.Services.Barcode.Datacontracts.BarcodeColor
[DataMemberAttribute(Name="CodeColor", IsRequired=true)]
public:
property Leadtools.Services.Barcode.Datacontracts.BarcodeColor^ CodeColor {
Leadtools.Services.Barcode.Datacontracts.BarcodeColor^ get();
void set ( Leadtools.Services.Barcode.Datacontracts.BarcodeColor^ );
}
A BarcodeColor object that contains bar and space colors to be read.
For an example, refer to Barcode1d example.
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