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
ListButton
Configuration of the list button.
public BadgedButton ListButton { get; set; }
Property Value
Mode
Mode used for the preview for scanning multiple barcodes. Default is COLLAPSED_SHEET
public SheetMode Mode { get; set; }
Property Value
Methods
FromJson(string)
public static Sheet FromJson(string rawJson)
Parameters
rawJson
string
Returns
FromNative(Sheet)
public static Sheet FromNative(Sheet source)
Parameters
source
Sheet
Returns
ToNative()
public Sheet ToNative()