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
ImportButton
Configuration of the 'import' button.
public BarButtonConfiguration ImportButton { get; set; }
Property Value
ManualSnappingModeButton
Configuration of the 'manual snapping mode' button.
public BarButtonConfiguration ManualSnappingModeButton { get; set; }
Property Value
PreviewButton
Configuration of the 'preview' button.
public PreviewButton PreviewButton { get; set; }
Property Value
ShutterButton
Configuration of the 'shutter' button.
public ShutterButton ShutterButton { get; set; }
Property Value
TorchOffButton
Configuration of the 'flashlight' button when in the 'off' state.
public BarButtonConfiguration TorchOffButton { get; set; }
Property Value
TorchOnButton
Configuration of the 'flashlight' button when in the 'on' state.
public BarButtonConfiguration TorchOnButton { get; set; }
Property Value
Methods
FromJson(string)
public static CameraBottomBar FromJson(string rawJson)
Parameters
rawJson
string