Table of Contents

Class MrzScannerIntroScreenConfiguration

Namespace
ScanbotSDK.MAUI.Mrz
Assembly
DocumentSDK.MAUI.dll
public class MrzScannerIntroScreenConfiguration
Inheritance
MrzScannerIntroScreenConfiguration
Inherited Members

Constructors

MrzScannerIntroScreenConfiguration()

public MrzScannerIntroScreenConfiguration()

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 MrzScannerIntroImage Image { get; set; }

Property Value

MrzScannerIntroImage

ShowAutomatically

public bool ShowAutomatically { get; set; }

Property Value

bool

Title

public StyledText Title { get; set; }

Property Value

StyledText

Methods

FromJson(string)

public static MrzScannerIntroScreenConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

MrzScannerIntroScreenConfiguration