C#
VB
C++
Gets or sets the barcode information to be written in the image.
[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^ );
}
A BarcodeData object which contains the barcode information to be written in the image.
For an example, Refer to WriteOption.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET