Table of Contents

Class AcknowledgementScreenConfiguration

Namespace
ScanbotSDK.MAUI.Document
Assembly
DocumentSDK.MAUI.dll
public class AcknowledgementScreenConfiguration
Inheritance
AcknowledgementScreenConfiguration
Inherited Members

Constructors

AcknowledgementScreenConfiguration()

public AcknowledgementScreenConfiguration()

Properties

AcknowledgementMode

public AcknowledgementMode AcknowledgementMode { get; set; }

Property Value

AcknowledgementMode

BackgroundColor

public ColorValue BackgroundColor { get; set; }

Property Value

ColorValue

BadImageHint

public IconUserGuidanceConfiguration BadImageHint { get; set; }

Property Value

IconUserGuidanceConfiguration

BottomBar

public AcknowledgementBottomBar BottomBar { get; set; }

Property Value

AcknowledgementBottomBar

MinimumQuality

public DocumentQuality MinimumQuality { get; set; }

Property Value

DocumentQuality

TopBarTitle

public StyledText TopBarTitle { get; set; }

Property Value

StyledText

Methods

FromJson(string)

public static AcknowledgementScreenConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

AcknowledgementScreenConfiguration