Class ReviewBottomBarConfiguration
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the bottom bar for the review screen.
public class ReviewBottomBarConfiguration
- Inheritance
-
ReviewBottomBarConfiguration
- Inherited Members
Properties
AddButton
Configuration of the 'add' button, located in the bottom bar.
public BarButtonConfiguration AddButton { get; set; }
Property Value
CropButton
Configuration of the 'crop' button, located in the bottom bar.
public BarButtonConfiguration CropButton { get; set; }
Property Value
DeleteButton
Configuration of the 'delete' button, located in the bottom bar.
public BarButtonConfiguration DeleteButton { get; set; }
Property Value
RetakeButton
Configuration of the 'retake' button, located in the bottom bar.
public BarButtonConfiguration RetakeButton { get; set; }
Property Value
RotateButton
Configuration of the 'rotate' button, located in the bottom bar.
public BarButtonConfiguration RotateButton { get; set; }
Property Value
SubmitButton
Configuration of the 'submit' button, located in the bottom bar.
public ButtonConfiguration SubmitButton { get; set; }
Property Value
Methods
FromJson(string)
public static ReviewBottomBarConfiguration FromJson(string rawJson)
Parameters
rawJson
string