Table of Contents

Class AcknowledgementBottomBar

Namespace
ScanbotSDK.MAUI.Document
Assembly
ScanbotSDK.Shared.dll

Configuration of the bottom bar for the acknowledgement screen.

public class AcknowledgementBottomBar
Inheritance
AcknowledgementBottomBar
Inherited Members

Properties

AcceptWhenNotOkButton

Configuration of the 'accept' button, when the quality of the scanned page is unacceptable.

public BarButtonConfiguration AcceptWhenNotOkButton { get; set; }

Property Value

BarButtonConfiguration

AcceptWhenOkButton

Configuration of the 'accept' button, when the quality of the scanned page is acceptable.

public BarButtonConfiguration AcceptWhenOkButton { get; set; }

Property Value

BarButtonConfiguration

RetakeButton

Configuration of the 'retake' button.

public BarButtonConfiguration RetakeButton { get; set; }

Property Value

BarButtonConfiguration

Methods

FromJson(string)

public static AcknowledgementBottomBar FromJson(string rawJson)

Parameters

rawJson string

Returns

AcknowledgementBottomBar