Class TextPatternScannerIntroScreenConfiguration
- Namespace
- ScanbotSDK.MAUI.TextPattern
- Assembly
- ScanbotSDK.Shared.dll
public class TextPatternScannerIntroScreenConfiguration
- Inheritance
-
TextPatternScannerIntroScreenConfiguration
- Inherited Members
-
Constructors
TextPatternScannerIntroScreenConfiguration()
public TextPatternScannerIntroScreenConfiguration()
Properties
BackgroundColor
public ColorValue BackgroundColor { get; set; }
Property Value
- ColorValue
DividerColor
public ColorValue DividerColor { get; set; }
Property Value
- ColorValue
DoneButton
public ButtonConfiguration DoneButton { get; set; }
Property Value
- ButtonConfiguration
Explanation
public StyledText Explanation { get; set; }
Property Value
- StyledText
HandlerColor
public ColorValue HandlerColor { get; set; }
Property Value
- ColorValue
Image
public TextPatternScannerIntroImage Image { get; set; }
Property Value
- TextPatternScannerIntroImage
ShowAutomatically
public bool ShowAutomatically { get; set; }
Property Value
- bool
Title
public StyledText Title { get; set; }
Property Value
- StyledText
Methods
FromJson(string)
public static TextPatternScannerIntroScreenConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
- TextPatternScannerIntroScreenConfiguration
FromNative(TextPatternScannerIntroScreenConfiguration)
public static TextPatternScannerIntroScreenConfiguration FromNative(TextPatternScannerIntroScreenConfiguration source)
Parameters
source
TextPatternScannerIntroScreenConfiguration
Returns
- TextPatternScannerIntroScreenConfiguration
FromNative(SBSDKUI2TextPatternScannerIntroScreenConfiguration)
public static TextPatternScannerIntroScreenConfiguration FromNative(SBSDKUI2TextPatternScannerIntroScreenConfiguration source)
Parameters
source
SBSDKUI2TextPatternScannerIntroScreenConfiguration
Returns
- TextPatternScannerIntroScreenConfiguration
ToNative()
public TextPatternScannerIntroScreenConfiguration ToNative()
Returns
- TextPatternScannerIntroScreenConfiguration