Table of Contents

Class SheetContent

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

Configuration of the list containing the barcodes that have already been scanned.

public class SheetContent
Inheritance
SheetContent
Inherited Members

Properties

BarcodeItemImageVisible

Visibility of the barcode image in a barcode list entry. Default is true

public bool BarcodeItemImageVisible { get; set; }

Property Value

bool

BarcodeItemSubtitle

Configuration of the subtitle of a barcode list entry (displaying the barcode's symbology).

public StyledText BarcodeItemSubtitle { get; set; }

Property Value

StyledText

BarcodeItemTitle

Configuration of the title of a barcode list entry (displaying the barcode's value).

public StyledText BarcodeItemTitle { get; set; }

Property Value

StyledText

ClearAllButton

Configuration of the button for clearing the barcode list.

public ButtonConfiguration ClearAllButton { get; set; }

Property Value

ButtonConfiguration

DividerColor

The color of the dividers in the list sheet. Default is "?sbColorOutline"

public ColorValue DividerColor { get; set; }

Property Value

ColorValue

ManualCountChangeColor

Color of the buttons for manually changing the barcode count. Default is "?sbColorPrimary"

public ColorValue ManualCountChangeColor { get; set; }

Property Value

ColorValue

ManualCountChangeEnabled

Enables the user to change the number of scanned items by pressing +,-, or changing the number using a keyboard. Default is true

public bool ManualCountChangeEnabled { get; set; }

Property Value

bool

ManualCountOutlineColor

The color of the outline of the manual counting buttons in the list sheet. Default is "?sbColorOutline"

public ColorValue ManualCountOutlineColor { get; set; }

Property Value

ColorValue

PlaceholderIcon

Configuration of the icon displayed in an empty barcode list.

public IconStyle PlaceholderIcon { get; set; }

Property Value

IconStyle

PlaceholderIconBackground

Background color of the icon displayed in an empty barcode list. Default is "?sbColorOutline"

public ColorValue PlaceholderIconBackground { get; set; }

Property Value

ColorValue

PlaceholderSubtitle

Configuration of the subtitle displayed in an empty barcode list.

public StyledText PlaceholderSubtitle { get; set; }

Property Value

StyledText

PlaceholderTitle

Configuration of the title displayed in an empty barcode list.

public StyledText PlaceholderTitle { get; set; }

Property Value

StyledText

SheetColor

Color of the list's background. Default is "?sbColorSurface"

public ColorValue SheetColor { get; set; }

Property Value

ColorValue

StartScanningButton

Configuration of the button to start scanning displayed in an empty barcode list.

public ButtonConfiguration StartScanningButton { get; set; }

Property Value

ButtonConfiguration

SubmitButton

Configuration of the barcode list's submit button.

public ButtonConfiguration SubmitButton { get; set; }

Property Value

ButtonConfiguration

SwipeToDelete

The style of the swipe-to-delete button.

public SwipeToDelete SwipeToDelete { get; set; }

Property Value

SwipeToDelete

Title

Configuration of the barcode list's title. By default displays the total number of scanned barcodes.

public StyledText Title { get; set; }

Property Value

StyledText

Methods

FromJson(string)

public static SheetContent FromJson(string rawJson)

Parameters

rawJson string

Returns

SheetContent

FromNative(SheetContent)

public static SheetContent FromNative(SheetContent source)

Parameters

source SheetContent

Returns

SheetContent

ToNative()

public SheetContent ToNative()

Returns

SheetContent