Class CheckScanningProgressConfiguration
- Namespace
- ScanbotSDK.MAUI.Check
- Assembly
- DocumentSDK.MAUI.dll
public class CheckScanningProgressConfiguration
- Inheritance
-
CheckScanningProgressConfiguration
- Inherited Members
-
Constructors
CheckScanningProgressConfiguration()
public CheckScanningProgressConfiguration()
Properties
AnimationDuration
public int AnimationDuration { get; set; }
Property Value
- int
Enabled
public bool Enabled { get; set; }
Property Value
- bool
ProgressColor
public ColorValue ProgressColor { get; set; }
Property Value
- ColorValue
Methods
FromJson(string)
public static CheckScanningProgressConfiguration FromJson(string rawJson)
Parameters
rawJson string
Returns
- CheckScanningProgressConfiguration