←Select platform

Data Property

Summary

Gets the barcode data found.

Syntax
C#
VB
C++
public BarcodeData Data { get; } 
Public ReadOnly Property Data() As BarcodeData 
   Get 
public:  
   property BarcodeData^ Data 
   { 
      BarcodeData^ get() 
   } 

Property Value

The last barcode data found.

Remarks

Set the value of Abort to true to abort the read operation.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly