Class CheckScannerConfiguration
- Namespace
- ScanbotSDK.MAUI.Check
- Assembly
- DocumentSDK.MAUI.dll
public sealed class CheckScannerConfiguration
- Inheritance
-
CheckScannerConfiguration
- Inherited Members
Constructors
CheckScannerConfiguration()
public CheckScannerConfiguration()
Properties
AcceptedCheckStandards
public List<CheckStandard> AcceptedCheckStandards { get; set; }
Property Value
CameraModule
public CameraModule? CameraModule { get; set; }
Property Value
CameraOverlayColor
public Color CameraOverlayColor { get; set; }
Property Value
CameraPreviewMode
Preview mode of the camera. FILL_IN or FIT_IN. Default is FILL_IN. Android only
public CameraPreviewMode? CameraPreviewMode { get; set; }
Property Value
CancelButtonHidden
public bool? CancelButtonHidden { get; set; }
Property Value
- bool?
CancelButtonTitle
public string CancelButtonTitle { get; set; }
Property Value
CaptureHighResolutionImage
public bool? CaptureHighResolutionImage { get; set; }
Property Value
- bool?
EnableCameraButtonTitle
public string EnableCameraButtonTitle { get; set; }
Property Value
EnableCameraExplanationText
public string EnableCameraExplanationText { get; set; }
Property Value
FinderAspectRatio
public AspectRatio FinderAspectRatio { get; set; }
Property Value
FinderLineColor
public Color FinderLineColor { get; set; }
Property Value
FinderLineWidth
public double? FinderLineWidth { get; set; }
Property Value
FlashButtonHidden
public bool? FlashButtonHidden { get; set; }
Property Value
- bool?
FlashButtonTitle
public string FlashButtonTitle { get; set; }
Property Value
FlashEnabled
public bool? FlashEnabled { get; set; }
Property Value
- bool?
OrientationLockMode
public OrientationLockMode? OrientationLockMode { get; set; }
Property Value
TopBarBackgroundColor
public Color TopBarBackgroundColor { get; set; }
Property Value
TopBarButtonsActiveColor
public Color TopBarButtonsActiveColor { get; set; }
Property Value
TopBarButtonsInactiveColor
public Color TopBarButtonsInactiveColor { get; set; }
Property Value
TouchToFocusEnabled
Controls whether the touch to focus feature should be enabled. Default is true
.
public bool? TouchToFocusEnabled { get; set; }
Property Value
- bool?
UseButtonsAllCaps
Controls whether buttons should use all capitals style, as defined by the Android Material Design. Defaults to TRUE. Android only.
public bool? UseButtonsAllCaps { get; set; }
Property Value
- bool?
UserGuidanceBackgroundColor
public Color UserGuidanceBackgroundColor { get; set; }
Property Value
UserGuidanceStringValues
public CheckUserGuidanceStrings UserGuidanceStringValues { get; set; }
Property Value
UserGuidanceTextColor
public Color UserGuidanceTextColor { get; set; }