Table of Contents

Class ReviewBottomBarConfiguration

Namespace
ScanbotSDK.MAUI.Document
Assembly
DocumentSDK.MAUI.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