Class IntroListEntry
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
public class IntroListEntry
- Inheritance
-
IntroListEntry
- Inherited Members
Constructors
IntroListEntry()
public IntroListEntry()
Properties
Image
public IntroImage Image { get; set; }
Property Value
Text
public StyledText Text { get; set; }
Property Value
Methods
FromJson(string)
public static IntroListEntry FromJson(string rawJson)
Parameters
rawJson
string
Returns
FromNative(IntroListEntry)
public static IntroListEntry FromNative(IntroListEntry source)
Parameters
source
IntroListEntry
Returns
FromNative(SBSDKUI2IntroListEntry)
public static IntroListEntry FromNative(SBSDKUI2IntroListEntry source)
Parameters
source
SBSDKUI2IntroListEntry
Returns
ToNative()
public IntroListEntry ToNative()