←Select platform

BarcodeData Property

Summary

List of BarcodeData classes in a BarcodeDataCollection class representing the detected barcodes inside the barcode field.

Syntax

C#
VB
C++
public IList<BarcodeFieldData> BarcodeData { get; } 
  
Public ReadOnly Property BarcodeData As IList(Of BarcodeFieldData) 
public: 
property IList<BarcodeFieldData>^ BarcodeData { 
   IList<BarcodeFieldData>^ get(); 
} 

Property Value

List containing information about the detected barcode.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly