Class CroppingConfiguration
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the standalone cropping screen.
public class CroppingConfiguration
- Inheritance
-
CroppingConfiguration
- Inherited Members
Properties
Appearance
Configuration of the general appearance for the cropping screen.
public CroppingAppearanceConfiguration Appearance { get; set; }
Property Value
Cropping
Configuration of the cropping screen.
public CroppingScreenConfiguration Cropping { get; set; }
Property Value
DocumentAnalysisMode
Determines if the quality analysis for the acknowledgement mode will run on the filtered or the unfiltered image. Default is UNFILTERED_DOCUMENT
public DocumentAnalysisMode DocumentAnalysisMode { get; set; }
Property Value
DocumentUuid
The UUID of the document to be cropped.
[JsonRequired]
public string DocumentUuid { get; set; }
Property Value
Localization
Configuration of all the strings for the standalone cropping screen.
public CroppingTextLocalization Localization { get; set; }
Property Value
PageUuid
The UUID of the page of the document to be cropped.
[JsonRequired]
public string PageUuid { 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 "CroppingConfiguration"
public string Screen { 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 CroppingConfiguration FromJson(string rawJson)
Parameters
rawJson
string