Table of Contents

Class DocumentScanningFlow

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

Configuration of the document scanner screen.

public class DocumentScanningFlow
Inheritance
DocumentScanningFlow
Inherited Members

Properties

Appearance

Configuration of the general appearance.

public DocumentFlowAppearanceConfiguration Appearance { get; set; }

Property Value

DocumentFlowAppearanceConfiguration

CleanScanningSession

Clean the existing pages from the scanning session. Default is true

public bool CleanScanningSession { get; set; }

Property Value

bool

DocumentUuid

The UUID of the existing document to be edited.

public string DocumentUuid { get; set; }

Property Value

string

Localization

Configuration of all the strings for the document scanner screen.

public DocumentScannerTextLocalization Localization { get; set; }

Property Value

DocumentScannerTextLocalization

OutputSettings

Configuration of the output settings.

public DocumentScannerOutputSettings OutputSettings { get; set; }

Property Value

DocumentScannerOutputSettings

Palette

Define the screen's base color values from which other colors are derived.

public Palette Palette { get; set; }

Property Value

Palette

Screen

The configuration object should be applied for this screen. Default is "DocumentScanner"

public string Screen { get; set; }

Property Value

string

Screens

Configuration of the document scanner sub-screens.

public DocumentScannerScreens Screens { get; set; }

Property Value

DocumentScannerScreens

Version

Version number of the configuration object. Default is "1.0"

public string Version { get; set; }

Property Value

string

Methods

FromJson(string)

public static DocumentScanningFlow FromJson(string rawJson)

Parameters

rawJson string

Returns

DocumentScanningFlow