Gets the barcode data found.
public BarcodeData Data { get; }
Public ReadOnly Property Data As BarcodeData
@property (nonatomic, strong, readonly, nullable) LTBarcodeData *data
public BarcodeData getData()
public:
property BarcodeData^ Data {
BarcodeData^ get();
}
A BarcodeData object that contains the data of the barcode found.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document