Gets the barcode data found.
public BarcodeData Data { get; }
Public ReadOnly Property Data As Leadtools.Barcode.BarcodeData
public Leadtools.Barcode.BarcodeData Data {get;}
@property (nonatomic, strong, readonly, nullable) LTBarcodeData *data
public BarcodeData getData()
get_Data();
public:
property Leadtools.Barcode.BarcodeData^ Data {
Leadtools.Barcode.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.
For an example, refer to BarcodeReader.ReadSymbology.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET