←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<BarcodeData^>^ 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly