Show Contents List
You are here:

14.6.6 xDeviceBarcodeScanner Widget

Scan one or more barcodes using the camera on device.
Properties
ScanMultiple
A boolean value that indicates whether accept multiple barcode entries or just scan a single barcode.
AllowDuplicates
A boolean value that indicates if duplicate barcode entries are allowed. Only applicable if ScanMultiple is set to True.
ScannerEngine
A enum value that specifies the barcode processing engine. There are 3 valid options: Default, System (for iOS only), Google.
Methods
AddBarcodeType
Add a barcode scanner type.

RemoveBarcodeType
Remove a barcode scanner type.

ClearBarcodeTypes
Clear the current list of barcode scanner types.

ActivateScanner
Activate the scanner.

GetScannedValue
Get the scanned value. Call this method in Completed event to get scanned barcode value.

Events
Completed
Triggered when barcode scanning is finished.