The BarcodeData Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a list of BarcodeData objects representing the recognized barcodes.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.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family