Table of Contents

Class Sheet

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

Configuration of the preview mode for scanning multiple barcodes.

public class Sheet
Inheritance
Sheet
Inherited Members

Properties

CollapsedVisibleHeight

Height of the collapsed result sheet. Default is SMALL

public CollapsedVisibleHeight CollapsedVisibleHeight { get; set; }

Property Value

CollapsedVisibleHeight

ListButton

Configuration of the list button.

public BadgedButton ListButton { get; set; }

Property Value

BadgedButton

Mode

Mode used for the preview for scanning multiple barcodes. Default is COLLAPSED_SHEET

public SheetMode Mode { get; set; }

Property Value

SheetMode

Methods

FromJson(string)

public static Sheet FromJson(string rawJson)

Parameters

rawJson string

Returns

Sheet

FromNative(Sheet)

public static Sheet FromNative(Sheet source)

Parameters

source Sheet

Returns

Sheet

ToNative()

public Sheet ToNative()

Returns

Sheet