LEADTOOLS Barcode (Leadtools.Barcode assembly)

Data Property (BarcodeReadSymbologyEventArgs)

Show in webframe







Gets the barcode data found.
Syntax
public BarcodeData Data {get;}
'Declaration
 
Public ReadOnly Property Data As BarcodeData
'Usage
 
Dim instance As BarcodeReadSymbologyEventArgs
Dim value As BarcodeData
 
value = instance.Data
public BarcodeData Data {get;}
@property (nonatomic, strong, readonly) LTBarcodeData* data;
public BarcodeData getData()
 get_Data(); 
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 Visual Basic).

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

See Also

Reference

BarcodeReadSymbologyEventArgs Class
BarcodeReadSymbologyEventArgs Members
BarcodeReader.ReadSymbology

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features