Visual Basic (Declaration) | |
---|---|
Public Property BarColor As Color |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Color BarColor {get; set;} |
Return Value
Bar color for barcode. The default value is the black color - RGB(0, 0, 0).For an example, refer to BarcodeEngine.Read example.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family