Barcode Selection Strategy#
Defined under the namespace Scandit.Datacapture.Barcode.Selection
-
BarcodeSelectionStrategy
# interface BarcodeSelectionStrategy
Added in version 6.10.0
The interface for all barcode selection strategies. These strategies are used to configure BarcodeSelectionAimerSelection.
-
BarcodeSelectionAutoSelectionStrategy
# class BarcodeSelectionAutoSelectionStrategy
: BarcodeSelectionStrategyAdded in version 6.10.0
Barcodes are selected automatically when aiming at them as soon as the intention is understood by our internal algorithms.
-
autoSelectionStrategy()
# static get
autoSelectionStrategy
(): BarcodeSelectionAutoSelectionStrategyAdded in version 6.10.0
Creates a new BarcodeSelectionAutoSelectionStrategy instance.
-
-
BarcodeSelectionManualSelectionStrategy
# class BarcodeSelectionManualSelectionStrategy
: BarcodeSelectionStrategyAdded in version 6.10.0
Barcodes are selected when aiming at them and tapping anywhere on the screen.
-
manualSelectionStrategy()
# static get
manualSelectionStrategy
(): BarcodeSelectionManualSelectionStrategyAdded in version 6.10.0
Creates a new BarcodeSelectionManualSelectionStrategy instance.
-