Table of Contents

Class FindAndPickScanningMode

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll

Configuration of the Find and Pick barcode scanning mode.

public class FindAndPickScanningMode : BarcodeUseCase
Inheritance
FindAndPickScanningMode
Inherited Members

Properties

AllowPartialScan

If the user is allowed to finish the scanning process without scanning all the expected barcodes. Default is false

public bool AllowPartialScan { get; set; }

Property Value

bool

ArOverlay

Configuration of the AR overlay.

public ArOverlayFindAndPickConfiguration ArOverlay { get; set; }

Property Value

ArOverlayFindAndPickConfiguration

ConfirmationAlertDialog

Configuration of the confirmation alert dialog.

public ScanbotAlertDialog ConfirmationAlertDialog { get; set; }

Property Value

ScanbotAlertDialog

ConfirmationAlertDialogEnabled

If the confirmation alert dialog is enabled. Default is false

public bool ConfirmationAlertDialogEnabled { get; set; }

Property Value

bool

CountingRepeatDelay

Time interval in milliseconds before a barcode is counted again. 0 = no delay. The default value is 1000. Default is 1000

public int CountingRepeatDelay { get; set; }

Property Value

int

ExpectedBarcodes

List of barcodes that the user has to find and scan.

public ExpectedBarcode[] ExpectedBarcodes { get; set; }

Property Value

ExpectedBarcode[]

ManualCountEditDialog

Configuration of the dialog to manually edit the barcode count.

public ManualCountEditDialog ManualCountEditDialog { get; set; }

Property Value

ManualCountEditDialog

PartialScannedAlertDialog

Configuration of the partial scanned alert dialog.

public ScanbotAlertDialog PartialScannedAlertDialog { get; set; }

Property Value

ScanbotAlertDialog

PartialScannedAlertDialogEnabled

If the partial scanned alert dialog is enabled. Default is true

public bool PartialScannedAlertDialogEnabled { get; set; }

Property Value

bool

ScanningCompletedColor

Color of the selected barcode. Default is "?sbColorPositive"

public ColorValue ScanningCompletedColor { get; set; }

Property Value

ColorValue

ScanningNotScannedColor

Color of the not scanned barcode . Default is "?sbColorOutline"

public ColorValue ScanningNotScannedColor { get; set; }

Property Value

ColorValue

ScanningPartiallyColor

Color of the partially scanned barcode. Default is "?sbColorWarning"

public ColorValue ScanningPartiallyColor { get; set; }

Property Value

ColorValue

Sheet

Configuration of the preview mode for the barcodes required to be found and scanned.

public Sheet Sheet { get; set; }

Property Value

Sheet

SheetContent

Configuration of the list of barcodes required to be found and scanned.

public SheetContent SheetContent { get; set; }

Property Value

SheetContent

Methods

FromJson(string)

public static FindAndPickScanningMode FromJson(string rawJson)

Parameters

rawJson string

Returns

FindAndPickScanningMode

FromNative(FindAndPickScanningMode)

public static FindAndPickScanningMode FromNative(FindAndPickScanningMode source)

Parameters

source FindAndPickScanningMode

Returns

FindAndPickScanningMode

ToNative()

public override FindAndPickScanningMode ToNative()

Returns

FindAndPickScanningMode