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

Appearance of the flash button.

public RoundButton FlashButton { get; set; }

Property Value

RoundButton

FlipCameraButton

Appearance of the flip camera button.

public RoundButton FlipCameraButton { get; set; }

Property Value

RoundButton

ZoomButton

Appearance 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

FromNative(ActionBarConfiguration)

public static ActionBarConfiguration FromNative(ActionBarConfiguration source)

Parameters

source ActionBarConfiguration

Returns

ActionBarConfiguration

ToNative()

public ActionBarConfiguration ToNative()

Returns

ActionBarConfiguration