Class CroppingScreenConfiguration
- Namespace
 - ScanbotSDK.MAUI.Document.RTU.v1
 
- 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
AnchorPointColor
Default color of the cropping draggable elements.
public Color AnchorPointColor { get; set; }
  Property Value
BackgroundColor
Background color of the view. Same as viewController.view.backgroundColor.
public Color BackgroundColor { get; set; }
  Property Value
BottomBarBackgroundColor
Background color of the bottom bar.
public Color BottomBarBackgroundColor { get; set; }
  Property Value
BottomBarButtonsColor
Foreground color of the rotate button.
public Color BottomBarButtonsColor { get; set; }
  Property Value
CancelButtonTitle
String being displayed on the cancel button.
public string CancelButtonTitle { get; set; }
  Property Value
DetectButtonTitle
String being displayed on the detect button.
public string DetectButtonTitle { get; set; }
  Property Value
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
HintTitle
String being displayed as a hint. Empty by default.
public string HintTitle { get; set; }
  Property Value
HintTitleColor
Text color of the hint title.
public Color HintTitleColor { get; set; }
  Property Value
OrientationLockMode
Allowed orientations for automatic interface rotations. *
public OrientationLockMode? OrientationLockMode { get; set; }
  Property Value
PolygonColor
The line color of the current polygon that crops the page.
public Color PolygonColor { get; set; }
  Property Value
PolygonColorMagnetic
The line color of the detected polygon that crops the page.
public Color PolygonColorMagnetic { get; set; }
  Property Value
PolygonLineWidth
public int? PolygonLineWidth { get; set; }
  Property Value
- int?
 
ResetButtonTitle
String being displayed on the reset button.
public string ResetButtonTitle { get; set; }
  Property Value
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
TitleColor
Text color of the title in the top bar.
public Color TitleColor { get; set; }
  Property Value
TopAndBottomButtonsSwapped
Swap top and bottom buttons on the screen.
public bool TopAndBottomButtonsSwapped { get; set; }
  Property Value
TopBarBackgroundColor
Background color of the top bar.
public Color TopBarBackgroundColor { get; set; }
  Property Value
TopBarButtonsColor
Foreground color of the top bar buttons (Done, Cancel).
public Color TopBarButtonsColor { get; set; }
  Property Value
TopBarTitle
String being displayed as the title on the top bar.
public string TopBarTitle { get; set; }