Set or get the color of the barcode

Declaration Syntax
public Color BarcodeColor { get; set; }Public Property BarcodeColor As Color
Get
Set
public:
property Color BarcodeColor {
Color get ();
void set (Color value);
}
Value
Color.Black

Examples
CopyC#
barcodeNET1.BarcodeColor=Color.Black;
Assembly:
BarcodeNET (Module: BarcodeNET) Version: 7.5.3855.36704