Class AcknowledgementScreenConfiguration
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the acknowledgement screen.
public class AcknowledgementScreenConfiguration
- Inheritance
-
AcknowledgementScreenConfiguration
- Inherited Members
Properties
AcknowledgementMode
Determines, after each page is snapped, whether the acknowledgment screen should be displayed or not. Default is ALWAYS
public AcknowledgementMode AcknowledgementMode { get; set; }
Property Value
BackgroundColor
The background color of the acknowledgement screen. Default is "?sbColorOutline"
public ColorValue BackgroundColor { get; set; }
Property Value
BadImageHint
Configuration of the hint that explains that the quality of the scanned page is unacceptable.
public IconUserGuidanceConfiguration BadImageHint { get; set; }
Property Value
BottomBar
Configuration of the bottom bar for the acknowledgement screen.
public AcknowledgementBottomBar BottomBar { get; set; }
Property Value
MinimumQuality
The minimum quality of a scanned page to be deemed acceptable. Used in conjunction with the acknowledgement mode. Default is POOR
public DocumentQuality MinimumQuality { get; set; }
Property Value
Methods
FromJson(string)
public static AcknowledgementScreenConfiguration FromJson(string rawJson)
Parameters
rawJson
string