Table of Contents

Class BarcodeItemConfiguration

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

Configuration of the barcode info box displayed in the camera preview.

public class BarcodeItemConfiguration
Inheritance
BarcodeItemConfiguration
Inherited Members

Properties

BackgroundDeselected

Appearance of the barcode info box's background when a barcode is yet to be selected.

public PolygonStyle BackgroundDeselected { get; set; }

Property Value

PolygonStyle

BackgroundSelected

Appearance of the barcode info box's background when a barcode has been selected.

public PolygonStyle BackgroundSelected { get; set; }

Property Value

PolygonStyle

ImageVisible

Control the visibility of the barcode image in the info box. Default is true

public bool ImageVisible { get; set; }

Property Value

bool

SubtitleDeselected

Configuration of the text displaying a barcode's symbology in the info box when the barcode is yet to be selected.

public StyledText SubtitleDeselected { get; set; }

Property Value

StyledText

SubtitleSelected

Configuration of the text displaying a barcode's symbology in the info box when the barcode has been selected.

public StyledText SubtitleSelected { get; set; }

Property Value

StyledText

TitleDeselected

Configuration of the text displaying a barcode's value in the info box when the barcode is yet to be selected.

public StyledText TitleDeselected { get; set; }

Property Value

StyledText

TitleSelected

Configuration of the text displaying a barcode's value in the info box when the barcode has been selected.

public StyledText TitleSelected { get; set; }

Property Value

StyledText

Methods

FromJson(string)

public static BarcodeItemConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeItemConfiguration

FromNative(BarcodeItemConfiguration)

public static BarcodeItemConfiguration FromNative(BarcodeItemConfiguration source)

Parameters

source BarcodeItemConfiguration

Returns

BarcodeItemConfiguration

ToNative()

public BarcodeItemConfiguration ToNative()

Returns

BarcodeItemConfiguration