Barcode Check Annotation
Defined in namespace Scandit.DataCapture.Barcode.Check.UI
- BarcodeCheckAnnotationTrigger
Added in version 7.2.0
The conditions that trigger an annotation to be displayed.
- HighlightTap
Added in version 7.2.0
The annotation is shown when the user taps on the highlight.
- HighlightTapAndBarcodeScan
Added in version 7.2.0
The annotation is shown immediately when the barcode is scanned, and can be hidden and shown again by tapping on the highlight.
- IBarcodeCheckAnnotation
interface IBarcodeCheckAnnotation
Added in version 7.2.0
Common interface for Barcode Check annotations. Annotations are used to display additional information and/or trigger actions. They are displayed outside of the area of a barcode, and attach to the scanned barcode. They are available in different types and have configurable styles. Currently, three types of highlights are supported: BarcodeCheckInfoAnnotation, BarcodeCheckPopoverAnnotation and BarcodeCheckStatusIconAnnotation.
- AnnotationTrigger
BarcodeCheckAnnotationTrigger AnnotationTrigger { get;set; }
Added in version 7.2.0
The trigger that causes the annotation to be presented.