Class CameraBottomBar
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
public class CameraBottomBar
- Inheritance
-
CameraBottomBar
- Inherited Members
-
Constructors
CameraBottomBar()
Properties
public BarButtonConfiguration AutoSnappingModeButton { get; set; }
Property Value
- BarButtonConfiguration
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
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