←Select platform

SpaceColor Property

Summary

Specifies the space color for barcode.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="SpaceColor", IsRequired=true)] 
public string SpaceColor { get; set; } 
  
<DataMemberAttribute(Name="SpaceColor", IsRequired=True)> 
Public Property SpaceColor As String 
[DataMemberAttribute(Name="SpaceColor", IsRequired=true)] 
public: 
property String^ SpaceColor { 
   String^ get(); 
   void set (    String^ ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Barcode.DataContracts Assembly