LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly)

Data Property (BarcodeData)

Show in webframe





Specifies the barcode data.
Syntax
[DataMemberAttribute(Name="Data", IsRequired=true)]
public byte[] Data {get; set;}
'Declaration
 
<DataMemberAttribute(Name="Data", IsRequired=True)>
Public Property Data As Byte()
'Usage
 
Dim instance As BarcodeData
Dim value() As Byte
 
instance.Data = value
 
value = instance.Data

            

            
[DataMemberAttribute(Name="Data", IsRequired=true)]
public:
property array<byte>^ Data {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

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

Target Platforms

See Also

Reference

BarcodeData Class
BarcodeData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features