Class AcknowledgementBottomBar
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- DocumentSDK.MAUI.dll
public class AcknowledgementBottomBar
- Inheritance
-
AcknowledgementBottomBar
- Inherited Members
-
Constructors
AcknowledgementBottomBar()
public AcknowledgementBottomBar()
Properties
public BarButtonConfiguration AcceptWhenAcceptableButton { get; set; }
Property Value
- BarButtonConfiguration
public AcknowledgementProceedAnywayButton ProceedAnywayButton { get; set; }
Property Value
- AcknowledgementProceedAnywayButton
public BarButtonConfiguration RetakeButton { get; set; }
Property Value
- BarButtonConfiguration
Methods
FromJson(string)
public static AcknowledgementBottomBar FromJson(string rawJson)
Parameters
rawJson string
Returns
- AcknowledgementBottomBar