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
DividerColor
The divider color of the introduction screen. Default is "?sbColorOutline"
public ColorValue DividerColor { get; set; }
Property Value
HandlerColor
The handle color of the introduction screen. Default is "?sbColorOutline"
public ColorValue HandlerColor { get; set; }
Property Value
Items
Configure the scanning steps of the introduction screen.
public IntroListEntry[] Items { get; set; }
Property Value
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
Subtitle
The subtitle of the introduction screen.
public StyledText Subtitle { get; set; }
Property Value
Title
The title of the introduction screen, located in the top bar.
public StyledText Title { get; set; }
Property Value
TopBarDoneButton
Configuration of the 'done' button, located in the top bar.
public ButtonConfiguration TopBarDoneButton { get; set; }
Property Value
Methods
FromJson(string)
public static IntroductionScreenConfiguration FromJson(string rawJson)
Parameters
rawJson
string