←Select platform

BarColor Property

Summary

Specifies the bar color for the barcode.

Syntax

C#
VB
C++
[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^ ); 
} 

Property Value

Bar color for barcode. The default value is the black color - RGB(0, 0, 0).

Remarks

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.

Example

For an example, refer to Barcode1d example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Barcode.DataContracts Assembly