Table of Contents

Class CroppingScreenConfiguration

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

Constructors

CroppingScreenConfiguration()

public CroppingScreenConfiguration()

Properties

AccessibilityConfiguration

public CroppingScreenAccessibilityConfiguration AccessibilityConfiguration { get; set; }

Property Value

CroppingScreenAccessibilityConfiguration

AnchorPointColor

public Color AnchorPointColor { get; set; }

Property Value

Color

BackgroundColor

public Color BackgroundColor { get; set; }

Property Value

Color

BottomBarBackgroundColor

public Color BottomBarBackgroundColor { get; set; }

Property Value

Color

BottomBarButtonsColor

public Color BottomBarButtonsColor { get; set; }

Property Value

Color

CancelButtonTitle

public string CancelButtonTitle { get; set; }

Property Value

string

DetectButtonTitle

public string DetectButtonTitle { get; set; }

Property Value

string

DetectResetButtonHidden

public bool? DetectResetButtonHidden { get; set; }

Property Value

bool?

DoneButtonTitle

public string DoneButtonTitle { get; set; }

Property Value

string

HintTitle

public string HintTitle { get; set; }

Property Value

string

HintTitleColor

public Color HintTitleColor { get; set; }

Property Value

Color

OrientationLockMode

public OrientationLockMode? OrientationLockMode { get; set; }

Property Value

OrientationLockMode?

PolygonColor

public Color PolygonColor { get; set; }

Property Value

Color

PolygonColorMagnetic

public Color PolygonColorMagnetic { get; set; }

Property Value

Color

PolygonLineWidth

public int? PolygonLineWidth { get; set; }

Property Value

int?

ResetButtonTitle

public string ResetButtonTitle { get; set; }

Property Value

string

RotateButtonHidden

public bool? RotateButtonHidden { get; set; }

Property Value

bool?

RotateButtonTitle

public string RotateButtonTitle { get; set; }

Property Value

string

TitleColor

public Color TitleColor { get; set; }

Property Value

Color

TopAndBottomButtonsSwapped

public bool? TopAndBottomButtonsSwapped { get; set; }

Property Value

bool?

TopBarBackgroundColor

public Color TopBarBackgroundColor { get; set; }

Property Value

Color

TopBarButtonsColor

public Color TopBarButtonsColor { get; set; }

Property Value

Color

TopBarTitle

public string TopBarTitle { get; set; }

Property Value

string

UseButtonAllCaps

If 'true' the buttons text will be shown in upper case (Android only) Default: true

public bool? UseButtonAllCaps { get; set; }

Property Value

bool?