Class BarcodeConfirmationDialogConfiguration
- Namespace
- ScanbotSDK.MAUI.RTU.v1
- Assembly
- ScanbotSDK.Shared.dll
public class BarcodeConfirmationDialogConfiguration : ConfirmationDialogConfiguration
- Inheritance
-
BarcodeConfirmationDialogConfiguration
- Inherited Members
Properties
ResultWithConfirmationEnabled
Defines, if the confirmation dialog should be displayed or not before returning the barcode scanning results.
BarcodeScannerConfiguration.ConfirmationDialogConfiguration
is set to null by default, thus the confirmation won't be enabled.
Otherwise, defining it will implicitly enable the dialog.
public bool ResultWithConfirmationEnabled { get; set; }
Property Value
TextFormat
The text format to use for the barcode. CodeAndType is the default. None is not supported.
public BarcodeTextFormat TextFormat { get; set; }