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
AnchorPointColor
public Color AnchorPointColor { get; set; }
Property Value
BackgroundColor
public Color BackgroundColor { get; set; }
Property Value
BottomBarBackgroundColor
public Color BottomBarBackgroundColor { get; set; }
Property Value
BottomBarButtonsColor
public Color BottomBarButtonsColor { get; set; }
Property Value
CancelButtonTitle
public string CancelButtonTitle { get; set; }
Property Value
DetectButtonTitle
public string DetectButtonTitle { get; set; }
Property Value
DetectResetButtonHidden
public bool? DetectResetButtonHidden { get; set; }
Property Value
- bool?
DoneButtonTitle
public string DoneButtonTitle { get; set; }
Property Value
HintTitle
public string HintTitle { get; set; }
Property Value
HintTitleColor
public Color HintTitleColor { get; set; }
Property Value
OrientationLockMode
public OrientationLockMode? OrientationLockMode { get; set; }
Property Value
PolygonColor
public Color PolygonColor { get; set; }
Property Value
PolygonColorMagnetic
public Color PolygonColorMagnetic { get; set; }
Property Value
PolygonLineWidth
public int? PolygonLineWidth { get; set; }
Property Value
- int?
ResetButtonTitle
public string ResetButtonTitle { get; set; }
Property Value
RotateButtonHidden
public bool? RotateButtonHidden { get; set; }
Property Value
- bool?
RotateButtonTitle
public string RotateButtonTitle { get; set; }
Property Value
TitleColor
public Color TitleColor { get; set; }
Property Value
TopAndBottomButtonsSwapped
public bool? TopAndBottomButtonsSwapped { get; set; }
Property Value
- bool?
TopBarBackgroundColor
public Color TopBarBackgroundColor { get; set; }
Property Value
TopBarButtonsColor
public Color TopBarButtonsColor { get; set; }
Property Value
TopBarTitle
public string TopBarTitle { get; set; }
Property Value
UseButtonAllCaps
If 'true' the buttons text will be shown in upper case (Android only) Default: true
public bool? UseButtonAllCaps { get; set; }
Property Value
- bool?