Table of Contents

Class DocumentDataExtractorIntroScreenConfiguration

Namespace
ScanbotSDK.MAUI.DocumentDataExtractor
Assembly
ScanbotSDK.Shared.dll
public class DocumentDataExtractorIntroScreenConfiguration
Inheritance
DocumentDataExtractorIntroScreenConfiguration
Inherited Members

Constructors

DocumentDataExtractorIntroScreenConfiguration()

public DocumentDataExtractorIntroScreenConfiguration()

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

Property Value

DocumentDataExtractorIntroImage

ShowAutomatically

public bool ShowAutomatically { get; set; }

Property Value

bool

Title

public StyledText Title { get; set; }

Property Value

StyledText

Methods

FromJson(string)

public static DocumentDataExtractorIntroScreenConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

DocumentDataExtractorIntroScreenConfiguration

FromNative(DocumentDataExtractorIntroScreenConfiguration)

public static DocumentDataExtractorIntroScreenConfiguration FromNative(DocumentDataExtractorIntroScreenConfiguration source)

Parameters

source DocumentDataExtractorIntroScreenConfiguration

Returns

DocumentDataExtractorIntroScreenConfiguration

FromNative(SBSDKUI2DocumentDataExtractorIntroScreenConfiguration)

public static DocumentDataExtractorIntroScreenConfiguration FromNative(SBSDKUI2DocumentDataExtractorIntroScreenConfiguration source)

Parameters

source SBSDKUI2DocumentDataExtractorIntroScreenConfiguration

Returns

DocumentDataExtractorIntroScreenConfiguration

ToNative()

public DocumentDataExtractorIntroScreenConfiguration ToNative()

Returns

DocumentDataExtractorIntroScreenConfiguration