Class CroppingBottomBar
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the bottom bar for the cropping screen.
public class CroppingBottomBar
- Inheritance
-
CroppingBottomBar
- Inherited Members
Properties
DetectButton
Configuration of the 'detect document' button, located in the bottom bar.
public BarButtonConfiguration DetectButton { get; set; }
Property Value
ResetButton
Configuration of the 'reset detection' button, located in the bottom bar.
public BarButtonConfiguration ResetButton { get; set; }
Property Value
RotateButton
Configuration of the 'rotate page' button, located in the bottom bar.
public BarButtonConfiguration RotateButton { get; set; }
Property Value
Methods
FromJson(string)
public static CroppingBottomBar FromJson(string rawJson)
Parameters
rawJson
string