Table of Contents

Class TextPatternScannerIntroScreenConfiguration

Namespace
ScanbotSDK.MAUI.TextPattern
Assembly
DocumentSDK.MAUI.dll
public class TextPatternScannerIntroScreenConfiguration
Inheritance
TextPatternScannerIntroScreenConfiguration
Inherited Members

Constructors

TextPatternScannerIntroScreenConfiguration()

public TextPatternScannerIntroScreenConfiguration()

Properties

BackgroundColor

public ColorValue BackgroundColor { get; set; }

Property Value

ColorValue

DividerColor

public ColorValue DividerColor { get; set; }

Property Value

ColorValue

DoneButton

public ButtonConfiguration DoneButton { get; set; }

Property Value

ButtonConfiguration

Explanation

public StyledText Explanation { get; set; }

Property Value

StyledText

HandlerColor

public ColorValue HandlerColor { get; set; }

Property Value

ColorValue

Image

public TextPatternScannerIntroImage Image { get; set; }

Property Value

TextPatternScannerIntroImage

ShowAutomatically

public bool ShowAutomatically { get; set; }

Property Value

bool

Title

public StyledText Title { get; set; }

Property Value

StyledText

Methods

FromJson(string)

public static TextPatternScannerIntroScreenConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

TextPatternScannerIntroScreenConfiguration