Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > BarcodeReadSymbologyEventArgs Class : Data Property |
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, nullable) LTBarcodeData *data
public BarcodeData getData()
get_Data();
public: property BarcodeData^ Data { BarcodeData^ get(); }
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.
For an example, refer to BarcodeReader.ReadSymbology.