C#
VB
C++
Gets or sets BarcodeColor object containing bar and space colors 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 bar and space colors to be written.
For an example, Refer to WriteOption.
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