Table of Contents

Class BarcodeInfoMapping

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

Configuration of the barcode data mapping.

public class BarcodeInfoMapping
Inheritance
BarcodeInfoMapping
Inherited Members

Properties

BarcodeItemMapper

public BarcodeItemMapper BarcodeItemMapper { get; set; }

Property Value

BarcodeItemMapper

DividerColor

Color of the divider and separator lines in the barcode info dialog. Default is "?sbColorOutline"

public ColorValue DividerColor { get; set; }

Property Value

ColorValue

ErrorState

Configuration of the error state displayed when processing a barcode fails.

public BarcodeItemErrorState ErrorState { get; set; }

Property Value

BarcodeItemErrorState

LoadingMessage

Text being displayed while a barcode is being mapped.

public StyledText LoadingMessage { get; set; }

Property Value

StyledText

ModalOverlayColor

Background color of the overlay surrounding the barcode mapping error dialog. Default is "?sbColorModalOverlay"

public ColorValue ModalOverlayColor { get; set; }

Property Value

ColorValue

SheetColor

Background color of the barcode info dialog. Default is "?sbColorSurface"

public ColorValue SheetColor { get; set; }

Property Value

ColorValue

Methods

FromJson(string)

public static BarcodeInfoMapping FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeInfoMapping