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
BackgroundSelected
Appearance of the barcode info box's background when a barcode has been selected.
public PolygonStyle BackgroundSelected { get; set; }
Property Value
ImageVisible
Control the visibility of the barcode image in the info box. Default is true
public bool ImageVisible { get; set; }
Property Value
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
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
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
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
Methods
FromJson(string)
public static BarcodeItemConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
FromNative(BarcodeItemConfiguration)
public static BarcodeItemConfiguration FromNative(BarcodeItemConfiguration source)
Parameters
source
BarcodeItemConfiguration
Returns
ToNative()
public BarcodeItemConfiguration ToNative()