Gets a scan result object containing data about the detected barcode.
Namespace: Neodynamic.SDK.BarcodeReaderAssembly: Neodynamic.SDK.BarcodeReader (in Neodynamic.SDK.BarcodeReader.dll) Version: 1.0.2000.0 (1.0.2000.0)
Syntax
C# |
---|
public BarcodeScanResult BarcodeScanResult { get; } |
Visual Basic |
---|
Public ReadOnly Property BarcodeScanResult As BarcodeScanResult Get |
Visual C++ |
---|
public: property BarcodeScanResult^ BarcodeScanResult { BarcodeScanResult^ get (); } |