←Select platform

CodeColor Property

Summary

Gets or sets a BarcodeColor object containing bar and space colors for the barcode to be written.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="CodeColor", IsRequired=true)] 
public BarcodeColor CodeColor { get; set; } 
  
<DataMemberAttribute(Name="CodeColor", IsRequired=True)> 
Public Property CodeColor As Leadtools.Services.Barcode.Datacontracts.BarcodeColor 
[DataMemberAttribute(Name="CodeColor", IsRequired=true)] 
public: 
property Leadtools.Services.Barcode.Datacontracts.BarcodeColor^ CodeColor { 
   Leadtools.Services.Barcode.Datacontracts.BarcodeColor^ get(); 
   void set (    Leadtools.Services.Barcode.Datacontracts.BarcodeColor^ ); 
} 

Property Value

A BarcodeColor object that contains the bar and space colors for the barcode to be written.

Example

For an example, refer to WriteRequest.

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