Barcode Info
Defined under the namespace Scandit.Datacapture.Barcode
- BarcodeInfo
class BarcodeInfoAdded in version 8.3.0
A class used to instantiate a barcode with the specified information. Can be used to create Barcode mocks for unit testing.
- create(symbology, data, location)
static create(symbology: Symbology, data: string, location?: Quadrilateral): BarcodeInfo
Added in version 8.3.0
- location
get location(): Quadrilateral
Added in version 8.3.0
The location of the code. For more info see Barcode