Table of Contents

Class SheetContent

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll
public class SheetContent
Inheritance
SheetContent
Inherited Members

Constructors

SheetContent()

public SheetContent()

Properties

BarcodeItemImageVisible

public bool BarcodeItemImageVisible { get; set; }

Property Value

bool

BarcodeItemSubtitle

public StyledText BarcodeItemSubtitle { get; set; }

Property Value

StyledText

BarcodeItemTitle

public StyledText BarcodeItemTitle { get; set; }

Property Value

StyledText

ClearAllButton

public ButtonConfiguration ClearAllButton { get; set; }

Property Value

ButtonConfiguration

DividerColor

public ColorValue DividerColor { get; set; }

Property Value

ColorValue

ManualCountChangeColor

public ColorValue ManualCountChangeColor { get; set; }

Property Value

ColorValue

ManualCountChangeEnabled

public bool ManualCountChangeEnabled { get; set; }

Property Value

bool

ManualCountOutlineColor

public ColorValue ManualCountOutlineColor { get; set; }

Property Value

ColorValue

PlaceholderIcon

public IconStyle PlaceholderIcon { get; set; }

Property Value

IconStyle

PlaceholderIconBackground

public ColorValue PlaceholderIconBackground { get; set; }

Property Value

ColorValue

PlaceholderSubtitle

public StyledText PlaceholderSubtitle { get; set; }

Property Value

StyledText

PlaceholderTitle

public StyledText PlaceholderTitle { get; set; }

Property Value

StyledText

SheetColor

public ColorValue SheetColor { get; set; }

Property Value

ColorValue

StartScanningButton

public ButtonConfiguration StartScanningButton { get; set; }

Property Value

ButtonConfiguration

SubmitButton

public ButtonConfiguration SubmitButton { get; set; }

Property Value

ButtonConfiguration

SwipeToDelete

public SwipeToDelete SwipeToDelete { get; set; }

Property Value

SwipeToDelete

Title

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

FromNative(SBSDKUI2SheetContent)

public static SheetContent FromNative(SBSDKUI2SheetContent source)

Parameters

source SBSDKUI2SheetContent

Returns

SheetContent

ToNative()

public SheetContent ToNative()

Returns

SheetContent