Table of Contents

Class ActionBarConfiguration

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll

Configuration of the buttons available in the action bar.

public class ActionBarConfiguration
Inheritance
ActionBarConfiguration
Inherited Members

Properties

FlashButton

Configuration of the 'flash' button.

public RoundButton FlashButton { get; set; }

Property Value

RoundButton

FlipCameraButton

Configuration of the 'flip camera' button.

public RoundButton FlipCameraButton { get; set; }

Property Value

RoundButton

ZoomButton

Configuration of the 'zoom' button.

public RoundButton ZoomButton { get; set; }

Property Value

RoundButton

Methods

FromJson(string)

public static ActionBarConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

ActionBarConfiguration