Class ReviewBottomBarConfiguration
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
public class ReviewBottomBarConfiguration
- Inheritance
-
ReviewBottomBarConfiguration
- Inherited Members
-
Constructors
ReviewBottomBarConfiguration()
public ReviewBottomBarConfiguration()
Properties
public BarButtonConfiguration AddButton { get; set; }
Property Value
- BarButtonConfiguration
public BarButtonConfiguration CropButton { get; set; }
Property Value
- BarButtonConfiguration
public BarButtonConfiguration DeleteButton { get; set; }
Property Value
- BarButtonConfiguration
public BarButtonConfiguration RetakeButton { get; set; }
Property Value
- BarButtonConfiguration
public BarButtonConfiguration RotateButton { get; set; }
Property Value
- BarButtonConfiguration
public ButtonConfiguration SubmitButton { get; set; }
Property Value
- ButtonConfiguration
Methods
FromJson(string)
public static ReviewBottomBarConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
- ReviewBottomBarConfiguration
FromNative(ReviewBottomBarConfiguration)
public static ReviewBottomBarConfiguration FromNative(ReviewBottomBarConfiguration source)
Parameters
source
ReviewBottomBarConfiguration
Returns
- ReviewBottomBarConfiguration
FromNative(SBSDKUI2ReviewBottomBarConfiguration)
public static ReviewBottomBarConfiguration FromNative(SBSDKUI2ReviewBottomBarConfiguration source)
Parameters
source
SBSDKUI2ReviewBottomBarConfiguration
Returns
- ReviewBottomBarConfiguration
ToNative()
public ReviewBottomBarConfiguration ToNative()
Returns
- ReviewBottomBarConfiguration