Class AcknowledgementScreenConfiguration
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
public class AcknowledgementScreenConfiguration
- Inheritance
-
AcknowledgementScreenConfiguration
- Inherited Members
-
Constructors
AcknowledgementScreenConfiguration()
public AcknowledgementScreenConfiguration()
Properties
AcknowledgementMode
public AcknowledgementMode AcknowledgementMode { get; set; }
Property Value
- AcknowledgementMode
BackgroundColor
public ColorValue BackgroundColor { get; set; }
Property Value
- ColorValue
BadImageHint
public IconUserGuidanceConfiguration BadImageHint { get; set; }
Property Value
- IconUserGuidanceConfiguration
BottomBar
public AcknowledgementBottomBar BottomBar { get; set; }
Property Value
- AcknowledgementBottomBar
MinimumQuality
public DocumentQuality MinimumQuality { get; set; }
Property Value
- DocumentQuality
TopBarTitle
public StyledText TopBarTitle { get; set; }
Property Value
- StyledText
Methods
FromJson(string)
public static AcknowledgementScreenConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
- AcknowledgementScreenConfiguration
FromNative(AcknowledgementScreenConfiguration)
public static AcknowledgementScreenConfiguration FromNative(AcknowledgementScreenConfiguration source)
Parameters
source
AcknowledgementScreenConfiguration
Returns
- AcknowledgementScreenConfiguration
FromNative(SBSDKUI2AcknowledgementScreenConfiguration)
public static AcknowledgementScreenConfiguration FromNative(SBSDKUI2AcknowledgementScreenConfiguration source)
Parameters
source
SBSDKUI2AcknowledgementScreenConfiguration
Returns
- AcknowledgementScreenConfiguration
ToNative()
public AcknowledgementScreenConfiguration ToNative()
Returns
- AcknowledgementScreenConfiguration