←Select platform

BarcodeData Property

Summary

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

Syntax
C#
C++/CLI
Python
public List<BarcodeData> BarcodeData { get; set; } 
public:   
   property List<BarcodeData^>^ BarcodeData  
   {  
      List<BarcodeDatata^>^ get()  
      void set(List<BarcodeData^>^ value)  
   }  
BarcodeData # get and set (BarcodeFieldResult) 

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

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