Table of Contents

Class DocumentScanningFlow

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

Constructors

DocumentScanningFlow()

public DocumentScanningFlow()

Properties

Appearance

public DocumentFlowAppearanceConfiguration Appearance { get; set; }

Property Value

DocumentFlowAppearanceConfiguration

CleanScanningSession

public bool CleanScanningSession { get; set; }

Property Value

bool

DocumentUuid

public string DocumentUuid { get; set; }

Property Value

string

KeepScreenOn

public bool KeepScreenOn { get; set; }

Property Value

bool

Localization

public DocumentScannerTextLocalization Localization { get; set; }

Property Value

DocumentScannerTextLocalization

OutputSettings

public DocumentScannerOutputSettings OutputSettings { get; set; }

Property Value

DocumentScannerOutputSettings

Palette

public Palette Palette { get; set; }

Property Value

Palette

Screen

public string Screen { get; set; }

Property Value

string

Screens

public DocumentScannerScreens Screens { get; set; }

Property Value

DocumentScannerScreens

ShowReviewScreenOnStart

public bool ShowReviewScreenOnStart { get; set; }

Property Value

bool

Version

public string Version { get; set; }

Property Value

string

Methods

FromJson(string)

public static DocumentScanningFlow FromJson(string rawJson)

Parameters

rawJson string

Returns

DocumentScanningFlow