Table of Contents

Class IntroductionScreenConfiguration

Namespace
ScanbotSDK.MAUI.Document
Assembly
ScanbotSDK.Shared.dll

Configuration of the introduction screen for the document scanner.

public class IntroductionScreenConfiguration
Inheritance
IntroductionScreenConfiguration
Inherited Members

Properties

BackgroundColor

The background color of the introduction screen. Default is "?sbColorSurface"

public ColorValue BackgroundColor { get; set; }

Property Value

ColorValue

DividerColor

The divider color of the introduction screen. Default is "?sbColorOutline"

public ColorValue DividerColor { get; set; }

Property Value

ColorValue

HandlerColor

The handle color of the introduction screen. Default is "?sbColorOutline"

public ColorValue HandlerColor { get; set; }

Property Value

ColorValue

Items

Configure the scanning steps of the introduction screen.

public IntroListEntry[] Items { get; set; }

Property Value

IntroListEntry[]

ShowAutomatically

Determines whether the introduction screen should automatically be shown or not when the scanning session starts. Default is false

public bool ShowAutomatically { get; set; }

Property Value

bool

Subtitle

The subtitle of the introduction screen.

public StyledText Subtitle { get; set; }

Property Value

StyledText

Title

The title of the introduction screen, located in the top bar.

public StyledText Title { get; set; }

Property Value

StyledText

TopBarDoneButton

Configuration of the 'done' button, located in the top bar.

public ButtonConfiguration TopBarDoneButton { get; set; }

Property Value

ButtonConfiguration

Methods

FromJson(string)

public static IntroductionScreenConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

IntroductionScreenConfiguration