Class SingleScanningMode
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
public class SingleScanningMode : BarcodeUseCase
- Inheritance
-
SingleScanningMode
- Inherited Members
-
Constructors
SingleScanningMode()
public SingleScanningMode()
Properties
ArOverlay
public ArOverlayGeneralConfiguration ArOverlay { get; set; }
Property Value
- ArOverlayGeneralConfiguration
BarcodeImageVisible
public bool BarcodeImageVisible { get; set; }
Property Value
- bool
BarcodeInfoMapping
public BarcodeInfoMapping BarcodeInfoMapping { get; set; }
Property Value
- BarcodeInfoMapping
BarcodeSubtitle
public StyledText BarcodeSubtitle { get; set; }
Property Value
- StyledText
BarcodeTitle
public StyledText BarcodeTitle { get; set; }
Property Value
- StyledText
public ButtonConfiguration CancelButton { get; set; }
Property Value
- ButtonConfiguration
ConfirmationSheetEnabled
public bool ConfirmationSheetEnabled { get; set; }
Property Value
- bool
DividerColor
public ColorValue DividerColor { get; set; }
Property Value
- ColorValue
ModalOverlayColor
public ColorValue ModalOverlayColor { get; set; }
Property Value
- ColorValue
SheetColor
public ColorValue SheetColor { get; set; }
Property Value
- ColorValue
public ButtonConfiguration SubmitButton { get; set; }
Property Value
- ButtonConfiguration
Methods
FromJson(string)
public static SingleScanningMode FromJson(string rawJson)
Parameters
rawJson
string
Returns
- SingleScanningMode
ToNative()
public override SingleScanningMode ToNative()
Returns
- SingleScanningMode