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