- Namespace
- ScanbotSDK.MAUI.DocumentData
- Assembly
- DocumentSDK.MAUI.dll
public class DocumentDataExtractorIntroScreenConfiguration
- Inheritance
-
DocumentDataExtractorIntroScreenConfiguration
- Inherited Members
-
Constructors
public DocumentDataExtractorIntroScreenConfiguration()
Properties
public ColorValue BackgroundColor { get; set; }
Property Value
- ColorValue
public ColorValue DividerColor { get; set; }
Property Value
- ColorValue
public ButtonConfiguration DoneButton { get; set; }
Property Value
- ButtonConfiguration
public StyledText Explanation { get; set; }
Property Value
- StyledText
HandlerColor
public ColorValue HandlerColor { get; set; }
Property Value
- ColorValue
public DocumentDataExtractorIntroImage Image { get; set; }
Property Value
- DocumentDataExtractorIntroImage
public bool ShowAutomatically { get; set; }
Property Value
- bool
public StyledText Title { get; set; }
Property Value
- StyledText
Methods
public static DocumentDataExtractorIntroScreenConfiguration FromJson(string rawJson)
Parameters
rawJson string
Returns
- DocumentDataExtractorIntroScreenConfiguration