←Select platform

BarcodeData Property

Summary

A list of BarcodeData objects recognized using LEADTOOLS barcode engine in the filled-in form.

Syntax
C#
VB
C++
public List<BarcodeData> BarcodeData { get; set; } 
Public Property BarcodeData() As List(Of BarcodeData)  
   Get  
   Set  
public:   
   property List<BarcodeData^>^ BarcodeData  
   {  
      List<BarcodeDatata^>^ get()  
      void set(List<BarcodeData^>^ value)  
   }  

Property Value

A list of BarcodeData objects. Default value is null.

Remarks

BarcodeField may contain more than one barcode in the bounding rectangle.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.