LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly)

BarColor Property

Show in webframe





Specifies the bar color for the barcode.
Syntax
[DataMemberAttribute(Name="BarColor", IsRequired=true)]
public string BarColor {get; set;}
'Declaration
 
<DataMemberAttribute(Name="BarColor", IsRequired=True)>
Public Property BarColor As String
'Usage
 
Dim instance As BarcodeColor
Dim value As String
 
instance.BarColor = value
 
value = instance.BarColor

            

            
[DataMemberAttribute(Name="BarColor", IsRequired=true)]
public:
property String^ BarColor {
   String^ get();
   void set (    String^ value);
}

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

See Also

Reference

BarcodeColor Class
BarcodeColor Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features