Table of Contents

Class IntroListEntry

Namespace
ScanbotSDK.MAUI.Document
Assembly
DocumentSDK.MAUI.dll
public class IntroListEntry
Inheritance
IntroListEntry
Inherited Members

Constructors

IntroListEntry()

public 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