Table of Contents

Class IntroListEntry

Namespace
ScanbotSDK.MAUI.Document
Assembly
ScanbotSDK.Shared.dll

An entry in the list of scanning steps of the introduction screen.

public class IntroListEntry
Inheritance
IntroListEntry
Inherited Members

Properties

Image

The image of the entry.

public IntroImage Image { get; set; }

Property Value

IntroImage

Text

The text of the entry.

public StyledText Text { get; set; }

Property Value

StyledText

Methods

FromJson(string)

public static IntroListEntry FromJson(string rawJson)

Parameters

rawJson string

Returns

IntroListEntry