Table of Contents

Class DocumentScannerUserGuidance

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

Configuration of the hints guiding users through the scanning process.

public class DocumentScannerUserGuidance
Inheritance
DocumentScannerUserGuidance
Inherited Members

Properties

Background

Configure the background style for the user guidance hints.

public BackgroundStyle Background { get; set; }

Property Value

BackgroundStyle

StatesTitles

Configure the titles of the user guidance hints for different states.

public UserGuidanceStates StatesTitles { get; set; }

Property Value

UserGuidanceStates

Title

Configure the text style for the user guidance hints.

public StyledText Title { get; set; }

Property Value

StyledText

Visibility

Determines when the user guidance hints should be visible. Default is ENABLED

public UserGuidanceVisibility Visibility { get; set; }

Property Value

UserGuidanceVisibility

Methods

FromJson(string)

public static DocumentScannerUserGuidance FromJson(string rawJson)

Parameters

rawJson string

Returns

DocumentScannerUserGuidance