LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
BarcodeData Property
See Also 
Leadtools.Workflow.Barcode Namespace > BarcodeReadActivity Class : BarcodeData Property



The BarcodeData Property is available in LEADTOOLS Document and Medical Imaging toolkits.

Gets or sets a list of BarcodeData objects representing the recognized barcodes.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property BarcodeData As List(Of BarcodeData)
Visual Basic (Usage)Copy Code
Dim instance As BarcodeReadActivity
Dim value As List(Of BarcodeData)
 
value = instance.BarcodeData
C# 
public List<BarcodeData> BarcodeData {get;}
C++/CLI 
public:
property List<BarcodeData^>^ BarcodeData {
   List<BarcodeData^>^ get();
}

Property Value

List of BarcodeData objects representing the recognized barcodes.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also