Barcode Selection Automatic Aimer Selection

Defined in namespace Scandit.DataCapture.Barcode.Selection

BarcodeSelectionAimerBehavior

Added in version 6.19.0

Enum used to specify what happens when the user aims a barcode.

ToggleSelection

Added in version 6.19.0

Aiming and tapping an unselected barcode select it. Aiming and tapping an already selected barcode unselect it. The behavior does not apply when using BarcodeSelectionAutoSelectionStrategy. In this case, RepeatSelection is always in used.

RepeatSelection

Added in version 6.19.0

Aiming an unselected barcode selects it. Aiming on an already selected barcode will increment the count returned by BarcodeSelectionSession.GetCount().

BarcodeSelectionAimerSelection
class BarcodeSelectionAimerSelection : IBarcodeSelectionType

Added in version 6.11.0

Aimer based selection, customizable via SelectionStrategy.

Create()
static BarcodeSelectionAimerSelection Create()

Added in version 6.11.0

Creates a new BarcodeSelectionAimerSelection instance.

Create()
static BarcodeSelectionAimerSelection Create(BarcodeSelectionAimerBehavior aimerBehavior)

Added in version 6.19.0

Creates a new BarcodeSelectionAimerSelection instance with the specified BarcodeSelectionAimerBehavior.

SelectionStrategy
IBarcodeSelectionStrategy SelectionStrategy { get;set; }

Added in version 6.11.0

The selection strategy to use. Defaults to BarcodeSelectionManualSelectionStrategy.

AimerBehavior
BarcodeSelectionAimerBehavior AimerBehavior { get;set; }

Added in version 6.19.0

Aimer behavior to use. Defaults to BarcodeSelectionAimerBehavior.RepeatSelection.