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
ArOverlay
Configuration of the AR overlay.
public ArOverlayGeneralConfiguration ArOverlay { get; set; }
Property Value
BarcodeInfoMapping
Appearance of the barcode info mapping.
public BarcodeInfoMapping BarcodeInfoMapping { get; set; }
Property Value
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
ManualCountEditDialog
Configuration of the dialog to manually edit the barcode count.
public ManualCountEditDialog ManualCountEditDialog { get; set; }
Property Value
Mode
Mode used for scanning multiple barcodes. Default is COUNTING
public MultipleBarcodesScanningMode Mode { get; set; }
Property Value
Sheet
Configuration of the preview mode for scanning multiple barcodes.
public Sheet Sheet { get; set; }
Property Value
SheetContent
Configuration of the list containing the barcodes that have already been scanned.
public SheetContent SheetContent { get; set; }
Property Value
Methods
FromJson(string)
public static MultipleScanningMode FromJson(string rawJson)
Parameters
rawJson
string
Returns
FromNative(MultipleScanningMode)
public static MultipleScanningMode FromNative(MultipleScanningMode source)
Parameters
source
MultipleScanningMode
Returns
ToNative()
public override MultipleScanningMode ToNative()