←Select platform

Data Property

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

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