Table of Contents

Class CroppingScreenConfiguration

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

Configuration of the screen for cropping the scanned pages.

public class CroppingScreenConfiguration
Inheritance
CroppingScreenConfiguration
Inherited Members

Properties

BackgroundColor

The background color of the cropping screen. Default is "?sbColorOutline"

public ColorValue BackgroundColor { get; set; }

Property Value

ColorValue

BottomBar

Configuration of the bottom bar for the cropping screen.

public CroppingBottomBar BottomBar { get; set; }

Property Value

CroppingBottomBar

CroppingHandlerColor

The color of the cropping handles. Default is "?sbColorSurface"

public ColorValue CroppingHandlerColor { get; set; }

Property Value

ColorValue

CroppingPolygonColor

The color of the cropping polygon. Default is "?sbColorSurface"

public ColorValue CroppingPolygonColor { get; set; }

Property Value

ColorValue

TopBarBackButton

Configuration of the 'cancel' button, located in the top bar.

public ButtonConfiguration TopBarBackButton { get; set; }

Property Value

ButtonConfiguration

TopBarConfirmButton

Configuration of the 'confirm' button, located in the top bar.

public ButtonConfiguration TopBarConfirmButton { get; set; }

Property Value

ButtonConfiguration

TopBarTitle

Configuration of the title, located in the top bar.

public StyledText TopBarTitle { get; set; }

Property Value

StyledText

Methods

FromJson(string)

public static CroppingScreenConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

CroppingScreenConfiguration