Table of Contents

Class CroppingScreenConfiguration

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

Properties

AccessibilityConfiguration

Configuration for the accessibility labels and hints.

public CroppingScreenAccessibilityConfiguration AccessibilityConfiguration { get; set; }

Property Value

CroppingScreenAccessibilityConfiguration

AnchorPointColor

Default color of the cropping draggable elements.

public Color AnchorPointColor { get; set; }

Property Value

Color

BackgroundColor

Background color of the view. Same as viewController.view.backgroundColor.

public Color BackgroundColor { get; set; }

Property Value

Color

BottomBarBackgroundColor

Background color of the bottom bar.

public Color BottomBarBackgroundColor { get; set; }

Property Value

Color

BottomBarButtonsColor

Foreground color of the rotate button.

public Color BottomBarButtonsColor { get; set; }

Property Value

Color

CancelButtonTitle

String being displayed on the cancel button.

public string CancelButtonTitle { get; set; }

Property Value

string

DetectButtonTitle

String being displayed on the detect button.

public string DetectButtonTitle { get; set; }

Property Value

string

DetectResetButtonHidden

Whether the detect/reset button is hidden or not.

public bool? DetectResetButtonHidden { get; set; }

Property Value

bool?

DoneButtonTitle

String being displayed on the done button.

public string DoneButtonTitle { get; set; }

Property Value

string

HintTitle

String being displayed as a hint. Empty by default.

public string HintTitle { get; set; }

Property Value

string

HintTitleColor

Text color of the hint title.

public Color HintTitleColor { get; set; }

Property Value

Color

OrientationLockMode

Allowed orientations for automatic interface rotations. *

public OrientationLockMode? OrientationLockMode { get; set; }

Property Value

OrientationLockMode?

PolygonColor

The line color of the current polygon that crops the page.

public Color PolygonColor { get; set; }

Property Value

Color

PolygonColorMagnetic

The line color of the detected polygon that crops the page.

public Color PolygonColorMagnetic { get; set; }

Property Value

Color

PolygonLineWidth

public int? PolygonLineWidth { get; set; }

Property Value

int?

ResetButtonTitle

String being displayed on the reset button.

public string ResetButtonTitle { get; set; }

Property Value

string

RotateButtonHidden

Whether the rotate button is hidden or not.

public bool? RotateButtonHidden { get; set; }

Property Value

bool?

RotateButtonTitle

String being displayed on the rotate button.

public string RotateButtonTitle { get; set; }

Property Value

string

TitleColor

Text color of the title in the top bar.

public Color TitleColor { get; set; }

Property Value

Color

TopAndBottomButtonsSwapped

Swap top and bottom buttons on the screen.

public bool TopAndBottomButtonsSwapped { get; set; }

Property Value

bool

TopBarBackgroundColor

Background color of the top bar.

public Color TopBarBackgroundColor { get; set; }

Property Value

Color

TopBarButtonsColor

Foreground color of the top bar buttons (Done, Cancel).

public Color TopBarButtonsColor { get; set; }

Property Value

Color

TopBarTitle

String being displayed as the title on the top bar.

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?