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