PDF .NET Library Documentation - PDF Technologies, Inc.
Gets or sets the bars' color of the barcode.

Namespace:  PDFTech.Barcodes.Barcode1D
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public Color BarColor { get; set; }
Visual Basic (Declaration)
Public Property BarColor As Color
Visual C++
public:
property Color BarColor {
	Color get ();
	void set (Color value);
}

See Also