Class CameraBottomBar
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- DocumentSDK.MAUI.dll
public class CameraBottomBar
- Inheritance
-
CameraBottomBar
- Inherited Members
-
Constructors
CameraBottomBar()
Properties
public BarButtonConfiguration AutoSnappingModeButton { get; set; }
Property Value
- BarButtonConfiguration
BottomBarMode
public BottomBarMode BottomBarMode { get; set; }
Property Value
- BottomBarMode
public BarButtonConfiguration ImportButton { get; set; }
Property Value
- BarButtonConfiguration
public BarButtonConfiguration ManualSnappingModeButton { get; set; }
Property Value
- BarButtonConfiguration
public PreviewButton PreviewButton { get; set; }
Property Value
- PreviewButton
public ShutterButton ShutterButton { get; set; }
Property Value
- ShutterButton
public BarButtonConfiguration TorchOffButton { get; set; }
Property Value
- BarButtonConfiguration
public BarButtonConfiguration TorchOnButton { get; set; }
Property Value
- BarButtonConfiguration
Methods
FromJson(string)
public static CameraBottomBar FromJson(string rawJson)
Parameters
rawJson string
Returns
- CameraBottomBar