LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)
LEAD Technologies, Inc

BarColor Property (BarcodeWriteActivity)






Gets or sets the bar color to use when writing barcodes.
Syntax
public Color BarColor {get; set;}
'Declaration
 
Public Property BarColor As Color
'Usage
 
Dim instance As BarcodeWriteActivity
Dim value As Color
 
instance.BarColor = value
 
value = instance.BarColor
public Color BarColor {get; set;}
 get_BarColor();
set_BarColor(value);
public:
property Color BarColor {
   Color get();
   void set (    Color value);
}

Property Value

The bar color to use when writing barcodes. The default value black - RGB(0, 0, 0).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BarcodeWriteActivity Class
BarcodeWriteActivity Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.