Table of Contents

Class CroppingScreenConfiguration

Namespace
ScanbotSDK.MAUI.Document
Assembly
DocumentSDK.MAUI.dll
public class CroppingScreenConfiguration
Inheritance
CroppingScreenConfiguration
Inherited Members

Constructors

CroppingScreenConfiguration()

public CroppingScreenConfiguration()

Properties

BackgroundColor

public ColorValue BackgroundColor { get; set; }

Property Value

ColorValue

BottomBar

public CroppingBottomBar BottomBar { get; set; }

Property Value

CroppingBottomBar

CroppingHandlerColor

public ColorValue CroppingHandlerColor { get; set; }

Property Value

ColorValue

CroppingPolygonColor

public ColorValue CroppingPolygonColor { get; set; }

Property Value

ColorValue

CroppingPolygonMagneticLineColor

public ColorValue CroppingPolygonMagneticLineColor { get; set; }

Property Value

ColorValue

TopBarBackButton

public ButtonConfiguration TopBarBackButton { get; set; }

Property Value

ButtonConfiguration

TopBarConfirmButton

public ButtonConfiguration TopBarConfirmButton { get; set; }

Property Value

ButtonConfiguration

TopBarTitle

public StyledText TopBarTitle { get; set; }

Property Value

StyledText

Methods

FromJson(string)

public static CroppingScreenConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

CroppingScreenConfiguration