←Select platform

Data Property

Summary

Gets the barcode data found.

Syntax
C#
VB
Objective-C
C++
Java
public BarcodeData Data { get; } 
Public ReadOnly Property Data As BarcodeData 
@property (nonatomic, strong, readonly, nullable) LTBarcodeData *data 
public BarcodeData getData() 
public: 
property BarcodeData^ Data { 
   BarcodeData^ get(); 
} 

Property Value

A BarcodeData object that contains the data of the barcode found.

Remarks

Only valid if Operation is BarcodeReadSymbologyOperation.PostRead and no error occurred. Otherwise, it will be null (Nothing in VB).

Note that this property may consist of an object of a derived class that may contain extra information for the symbology. Refer to BarcodeData for more information.

Example

For an example, refer to BarcodeReader.ReadSymbology.

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