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
CleanScanningSession
Clean the existing pages from the scanning session. Default is true
public bool CleanScanningSession { get; set; }
Property Value
DocumentUuid
The UUID of the existing document to be edited.
public string DocumentUuid { get; set; }
Property Value
Localization
Configuration of all the strings for the document scanner screen.
public DocumentScannerTextLocalization Localization { get; set; }
Property Value
OutputSettings
Configuration of the output settings.
public DocumentScannerOutputSettings OutputSettings { get; set; }
Property Value
Palette
Define the screen's base color values from which other colors are derived.
public Palette Palette { get; set; }
Property Value
Screen
The configuration object should be applied for this screen. Default is "DocumentScanner"
public string Screen { get; set; }
Property Value
Screens
Configuration of the document scanner sub-screens.
public DocumentScannerScreens Screens { get; set; }
Property Value
Version
Version number of the configuration object. Default is "1.0"
public string Version { get; set; }
Property Value
Methods
FromJson(string)
public static DocumentScanningFlow FromJson(string rawJson)
Parameters
rawJson
string