Table of Contents

Class MultipleScanningMode

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

Configuration of the mode for scanning multiple barcodes.

public class MultipleScanningMode : BarcodeUseCase
Inheritance
MultipleScanningMode
Inherited Members

Properties

AllowEmptySubmission

Whether the user can submit an empty barcode list. Default is false

public bool AllowEmptySubmission { get; set; }

Property Value

bool

ArOverlay

Configuration of the AR overlay.

public ArOverlayGeneralConfiguration ArOverlay { get; set; }

Property Value

ArOverlayGeneralConfiguration

BarcodeInfoMapping

Appearance of the barcode info mapping.

public BarcodeInfoMapping BarcodeInfoMapping { get; set; }

Property Value

BarcodeInfoMapping

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

ManualCountEditDialog

Configuration of the dialog to manually edit the barcode count.

public ManualCountEditDialog ManualCountEditDialog { get; set; }

Property Value

ManualCountEditDialog

Mode

Mode used for scanning multiple barcodes. Default is COUNTING

public MultipleBarcodesScanningMode Mode { get; set; }

Property Value

MultipleBarcodesScanningMode

Sheet

Configuration of the preview mode for scanning multiple barcodes.

public Sheet Sheet { get; set; }

Property Value

Sheet

SheetContent

Configuration of the list containing the barcodes that have already been scanned.

public SheetContent SheetContent { get; set; }

Property Value

SheetContent

Methods

FromJson(string)

public static MultipleScanningMode FromJson(string rawJson)

Parameters

rawJson string

Returns

MultipleScanningMode