Table of Contents

Class CameraBottomBar

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

Constructors

CameraBottomBar()

public CameraBottomBar()

Properties

AutoSnappingModeButton

public BarButtonConfiguration AutoSnappingModeButton { get; set; }

Property Value

BarButtonConfiguration

ImportButton

public BarButtonConfiguration ImportButton { get; set; }

Property Value

BarButtonConfiguration

ManualSnappingModeButton

public BarButtonConfiguration ManualSnappingModeButton { get; set; }

Property Value

BarButtonConfiguration

PreviewButton

public PreviewButton PreviewButton { get; set; }

Property Value

PreviewButton

ShutterButton

public ShutterButton ShutterButton { get; set; }

Property Value

ShutterButton

TorchOffButton

public BarButtonConfiguration TorchOffButton { get; set; }

Property Value

BarButtonConfiguration

TorchOnButton

public BarButtonConfiguration TorchOnButton { get; set; }

Property Value

BarButtonConfiguration

Methods

FromJson(string)

public static CameraBottomBar FromJson(string rawJson)

Parameters

rawJson string

Returns

CameraBottomBar

FromNative(CameraBottomBar)

public static CameraBottomBar FromNative(CameraBottomBar source)

Parameters

source CameraBottomBar

Returns

CameraBottomBar

FromNative(SBSDKUI2CameraBottomBar)

public static CameraBottomBar FromNative(SBSDKUI2CameraBottomBar source)

Parameters

source SBSDKUI2CameraBottomBar

Returns

CameraBottomBar

ToNative()

public CameraBottomBar ToNative()

Returns

CameraBottomBar