Class DocumentScanningFlow
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.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
FromNative(DocumentScanningFlow)
public static DocumentScanningFlow FromNative(DocumentScanningFlow source)
Parameters
source
DocumentScanningFlow
Returns
- DocumentScanningFlow
FromNative(SBSDKUI2DocumentScanningFlow)
public static DocumentScanningFlow FromNative(SBSDKUI2DocumentScanningFlow source)
Parameters
source
SBSDKUI2DocumentScanningFlow
Returns
- DocumentScanningFlow
ToNative()
public DocumentScanningFlow ToNative()
Returns
- DocumentScanningFlow