←Select platform

Data Property

Summary

Gets or sets the barcode information to be written in the image.

Syntax

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

Property Value

A BarcodeData object which contains the barcode information to be written in the image.

Example

For an example, Refer to WriteOption.

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