←Select platform

Data Property (BarcodeData)

Summary

Specifies the barcode data.

Syntax

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

Property Value

Barcode data.

Example

For an example, refer to Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Read example.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Services.Barcode.DataContracts Assembly
Click or drag to resize