←Select platform

BarcodeColor Class

Summary

This class contains information about colors to be used when reading or writing barcodes.

Syntax

C#
VB
C++
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeColor")] 
public class BarcodeColor 
  
<DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeColor")> 
Public Class BarcodeColor  
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeColor")] 
public ref class BarcodeColor  

Remarks

The Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Read and IBarcodeService.Write methods will ignore the values of BarcodeColor.BarColor and BarcodeColor.SpaceColor properties when the image is 1BPP. For 16 or 32 BPP images, this is the actual value of the pixel as found 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