Class MultipleScanningMode
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
public class MultipleScanningMode : BarcodeUseCase
- Inheritance
-
MultipleScanningMode
- Inherited Members
-
Constructors
MultipleScanningMode()
public MultipleScanningMode()
Properties
AllowEmptySubmission
public bool AllowEmptySubmission { get; set; }
Property Value
- bool
ArOverlay
public ArOverlayGeneralConfiguration ArOverlay { get; set; }
Property Value
- ArOverlayGeneralConfiguration
BarcodeInfoMapping
public BarcodeInfoMapping BarcodeInfoMapping { get; set; }
Property Value
- BarcodeInfoMapping
CountingRepeatDelay
public int CountingRepeatDelay { get; set; }
Property Value
- int
ManualCountEditDialog
public ManualCountEditDialog ManualCountEditDialog { get; set; }
Property Value
- ManualCountEditDialog
Mode
public MultipleBarcodesScanningMode Mode { get; set; }
Property Value
- MultipleBarcodesScanningMode
Sheet
public Sheet Sheet { get; set; }
Property Value
- Sheet
SheetContent
public SheetContent SheetContent { get; set; }
Property Value
- SheetContent
Methods
FromJson(string)
public static MultipleScanningMode FromJson(string rawJson)
Parameters
rawJson
string
Returns
- MultipleScanningMode
ToNative()
public override MultipleScanningMode ToNative()
Returns
- MultipleScanningMode