Table of Contents

Class CameraBottomBar

Namespace
ScanbotSDK.MAUI.Document
Assembly
ScanbotSDK.Shared.dll

Configuration of the bottom bar for the camera screen.

public class CameraBottomBar
Inheritance
CameraBottomBar
Inherited Members

Properties

AutoSnappingModeButton

Configuration of the 'auto snapping mode' button.

public BarButtonConfiguration AutoSnappingModeButton { get; set; }

Property Value

BarButtonConfiguration

ImportButton

Configuration of the 'import' button.

public BarButtonConfiguration ImportButton { get; set; }

Property Value

BarButtonConfiguration

ManualSnappingModeButton

Configuration of the 'manual snapping mode' button.

public BarButtonConfiguration ManualSnappingModeButton { get; set; }

Property Value

BarButtonConfiguration

PreviewButton

Configuration of the 'preview' button.

public PreviewButton PreviewButton { get; set; }

Property Value

PreviewButton

ShutterButton

Configuration of the 'shutter' button.

public ShutterButton ShutterButton { get; set; }

Property Value

ShutterButton

TorchOffButton

Configuration of the 'flashlight' button when in the 'off' state.

public BarButtonConfiguration TorchOffButton { get; set; }

Property Value

BarButtonConfiguration

TorchOnButton

Configuration of the 'flashlight' button when in the 'on' state.

public BarButtonConfiguration TorchOnButton { get; set; }

Property Value

BarButtonConfiguration

Methods

FromJson(string)

public static CameraBottomBar FromJson(string rawJson)

Parameters

rawJson string

Returns

CameraBottomBar