LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

BarcodeData Property (BarcodeReadActivity)

Show in webframe





Gets or sets a list of BarcodeData objects representing the recognized barcodes.
Syntax
public List<BarcodeData> BarcodeData {get;}
'Declaration
 
Public ReadOnly Property BarcodeData As List(Of BarcodeData)
'Usage
 
Dim instance As BarcodeReadActivity
Dim value As List(Of BarcodeData)
 
value = instance.BarcodeData

            

            
public:
property List<BarcodeData^>^ BarcodeData {
   List<BarcodeData^>^ get();
}

Property Value

List of BarcodeData objects representing the recognized barcodes.
Requirements

Target Platforms

See Also

Reference

BarcodeReadActivity Class
BarcodeReadActivity Members

 

 


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