Class ReviewBottomBarConfiguration
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- DocumentSDK.MAUI.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