Error processing SSI file
LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly)

Show in webframe

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:
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

See Also

Reference

BarcodeColor Class
BarcodeColor Members

Error processing SSI file
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