C#
VB
C++
Specifies the bar color for the barcode.
[DataMemberAttribute(Name="BarColor", IsRequired=true)]
public string BarColor { get; set; }
<DataMemberAttribute(Name="BarColor", IsRequired=True)>
Public Property BarColor As String
[DataMemberAttribute(Name="BarColor", IsRequired=true)]
public:
property String^ BarColor {
String^ get();
void set ( String^ );
}
Bar color for barcode. The default value is the black color - RGB(0, 0, 0).
This is used as the color of the bars for writing. For reading, this is used as the color of the bars when searching for the barcode in the image.
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