Table of Contents

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

CroppingAppearanceConfiguration

Cropping

Configuration of the cropping screen.

public CroppingScreenConfiguration Cropping { get; set; }

Property Value

CroppingScreenConfiguration

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

DocumentAnalysisMode

DocumentUuid

The UUID of the document to be cropped.

[JsonRequired]
public string DocumentUuid { get; set; }

Property Value

string

Localization

Configuration of all the strings for the standalone cropping screen.

public CroppingTextLocalization Localization { get; set; }

Property Value

CroppingTextLocalization

PageUuid

The UUID of the page of the document to be cropped.

[JsonRequired]
public string PageUuid { get; set; }

Property Value

string

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 "CroppingConfiguration"

public string Screen { get; set; }

Property Value

string

Version

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

public string Version { get; set; }

Property Value

string

Methods

FromJson(string)

public static CroppingConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

CroppingConfiguration