←Select platform

BarColor Property

Summary

Specifies the bar color for barcode.

Syntax

C#
VB
C++
public Leadtools.RasterColor BarColor {get; set;} 
Public Property BarColor As Leadtools.RasterColor 
public: 
property Leadtools.RasterColor BarColor { 
   Leadtools.RasterColor get(); 
   void set (    Leadtools.RasterColor ); 
} 

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.

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.Barcode Assembly