←Select platform

Data Property

Summary

Gets the barcode data found.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public BarcodeData Data { get; } 
Public ReadOnly Property Data As Leadtools.Barcode.BarcodeData 
public Leadtools.Barcode.BarcodeData Data {get;} 
@property (nonatomic, strong, readonly, nullable) LTBarcodeData *data 
public BarcodeData getData() 
 get_Data();  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly