LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

Data Property

Show in webframe





Specifies the barcode data.
Syntax
public byte[] Data {get; set;}
'Declaration
 
Public Property Data As Byte()
'Usage
 
Dim instance As BarcodeData
Dim value() As Byte
 
instance.Data = value
 
value = instance.Data

            

            
public:
property array<byte>^ Data {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

Barcode data.
Requirements

Target Platforms

See Also

Reference

BarcodeData Class
BarcodeData Members

 

 


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