Class CheckScannerGuidanceConfiguration
- Namespace
- ScanbotSDK.MAUI.Check
- Assembly
- DocumentSDK.MAUI.dll
public class CheckScannerGuidanceConfiguration
- Inheritance
-
CheckScannerGuidanceConfiguration
- Inherited Members
-
Constructors
CheckScannerGuidanceConfiguration()
public CheckScannerGuidanceConfiguration()
Properties
Background
public BackgroundStyle Background { get; set; }
Property Value
- BackgroundStyle
StatesTitles
public CheckScannerGuidanceStates StatesTitles { get; set; }
Property Value
- CheckScannerGuidanceStates
Title
public StyledText Title { get; set; }
Property Value
- StyledText
Visibility
public bool Visibility { get; set; }
Property Value
- bool
Methods
FromJson(string)
public static CheckScannerGuidanceConfiguration FromJson(string rawJson)
Parameters
rawJson string
Returns
- CheckScannerGuidanceConfiguration