Barcode Check Highlight Provider
Defined in namespace Scandit.DataCapture.Barcode.Check.UI.Highlight
- IBarcodeCheckHighlightProvider
interface IBarcodeCheckHighlightProvider
Added in version 7.2.0
An object used to retrieve the highlights for scanned barcodes.
- HighlightForBarcodeAsync()
Task<IBarcodeCheckHighlight> HighlightForBarcodeAsync(Barcode barcode)
Added in version 7.2.0
Asks the provider for a highlight to display for the given barcode. If null is provided, no highlight will be shown. This method is called on the main thread.