C#
VB
C++
Gets or sets a BarcodeColor object containing bar and space colors for the barcode to be written.
[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 the bar and space colors for the barcode to be written.
For an example, refer to WriteRequest.
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