Table of Contents

Class ReviewBottomBarConfiguration

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

Constructors

ReviewBottomBarConfiguration()

public ReviewBottomBarConfiguration()

Properties

AddButton

public BarButtonConfiguration AddButton { get; set; }

Property Value

BarButtonConfiguration

CropButton

public BarButtonConfiguration CropButton { get; set; }

Property Value

BarButtonConfiguration

DeleteButton

public BarButtonConfiguration DeleteButton { get; set; }

Property Value

BarButtonConfiguration

RetakeButton

public BarButtonConfiguration RetakeButton { get; set; }

Property Value

BarButtonConfiguration

RotateButton

public BarButtonConfiguration RotateButton { get; set; }

Property Value

BarButtonConfiguration

SubmitButton

public ButtonConfiguration SubmitButton { get; set; }

Property Value

ButtonConfiguration

Methods

FromJson(string)

public static ReviewBottomBarConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

ReviewBottomBarConfiguration

FromNative(ReviewBottomBarConfiguration)

public static ReviewBottomBarConfiguration FromNative(ReviewBottomBarConfiguration source)

Parameters

source ReviewBottomBarConfiguration

Returns

ReviewBottomBarConfiguration

FromNative(SBSDKUI2ReviewBottomBarConfiguration)

public static ReviewBottomBarConfiguration FromNative(SBSDKUI2ReviewBottomBarConfiguration source)

Parameters

source SBSDKUI2ReviewBottomBarConfiguration

Returns

ReviewBottomBarConfiguration

ToNative()

public ReviewBottomBarConfiguration ToNative()

Returns

ReviewBottomBarConfiguration