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) 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.