LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly)
LEAD Technologies, Inc

SpaceColor Property






Specifies the space color for barcode.
Syntax
[DataMemberAttribute(Name="SpaceColor", IsRequired=true)]
public string SpaceColor {get; set;}
'Declaration
 
<DataMemberAttribute(Name="SpaceColor", IsRequired=True)>
Public Property SpaceColor As String
'Usage
 
Dim instance As BarcodeColor
Dim value As String
 
instance.SpaceColor = value
 
value = instance.SpaceColor
[DataMemberAttribute(Name="SpaceColor", IsRequired=true)]
public string SpaceColor {get; set;}
DataMemberAttribute(Name="SpaceColor", IsRequired=)
 get_SpaceColor();
set_SpaceColor(value);
[DataMemberAttribute(Name="SpaceColor", IsRequired=true)]
public:
property String^ SpaceColor {
   String^ get();
   void set (    String^ value);
}

Property Value

Space color for barcode. The default value is the white color - RGB(255,255,255).
Remarks
This is used as the color of the spaces for writing. For reading, this is used as the color of the spaces when searching for the barcode in the image.
Example
For an example, refer to Barcode1d example.
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

BarcodeColor Class
BarcodeColor Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 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