Table of Contents

Class AcknowledgementBottomBar

Namespace
ScanbotSDK.MAUI.Document
Assembly
ScanbotSDK.Shared.dll
public class AcknowledgementBottomBar
Inheritance
AcknowledgementBottomBar
Inherited Members

Constructors

AcknowledgementBottomBar()

public AcknowledgementBottomBar()

Properties

AcceptWhenNotOkButton

public BarButtonConfiguration AcceptWhenNotOkButton { get; set; }

Property Value

BarButtonConfiguration

AcceptWhenOkButton

public BarButtonConfiguration AcceptWhenOkButton { get; set; }

Property Value

BarButtonConfiguration

RetakeButton

public BarButtonConfiguration RetakeButton { get; set; }

Property Value

BarButtonConfiguration

Methods

FromJson(string)

public static AcknowledgementBottomBar FromJson(string rawJson)

Parameters

rawJson string

Returns

AcknowledgementBottomBar

FromNative(AcknowledgementBottomBar)

public static AcknowledgementBottomBar FromNative(AcknowledgementBottomBar source)

Parameters

source AcknowledgementBottomBar

Returns

AcknowledgementBottomBar

FromNative(SBSDKUI2AcknowledgementBottomBar)

public static AcknowledgementBottomBar FromNative(SBSDKUI2AcknowledgementBottomBar source)

Parameters

source SBSDKUI2AcknowledgementBottomBar

Returns

AcknowledgementBottomBar

ToNative()

public AcknowledgementBottomBar ToNative()

Returns

AcknowledgementBottomBar