Barcode Ar Highlight Provider
Defined in namespace Scandit.DataCapture.Barcode.Ar.UI.Highlight
- IBarcodeArHighlightProvider
interface IBarcodeArHighlightProvider
Added in version 7.2.0
An object used to retrieve the highlights for scanned barcodes.
- HighlightForBarcodeAsync()
Task<IBarcodeArHighlight> 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.