Table of Contents

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

List<CheckStandard>

CameraModule

public CameraModule? CameraModule { get; set; }

Property Value

CameraModule?

CameraOverlayColor

public Color CameraOverlayColor { get; set; }

Property Value

Color

CameraPreviewMode

Preview mode of the camera. FILL_IN or FIT_IN. Default is FILL_IN. Android only

public CameraPreviewMode? CameraPreviewMode { get; set; }

Property Value

CameraPreviewMode?

CancelButtonHidden

public bool? CancelButtonHidden { get; set; }

Property Value

bool?

CancelButtonTitle

public string CancelButtonTitle { get; set; }

Property Value

string

CaptureHighResolutionImage

public bool? CaptureHighResolutionImage { get; set; }

Property Value

bool?

EnableCameraButtonTitle

public string EnableCameraButtonTitle { get; set; }

Property Value

string

EnableCameraExplanationText

public string EnableCameraExplanationText { get; set; }

Property Value

string

FinderAspectRatio

public AspectRatio FinderAspectRatio { get; set; }

Property Value

AspectRatio

FinderLineColor

public Color FinderLineColor { get; set; }

Property Value

Color

FinderLineWidth

public double? FinderLineWidth { get; set; }

Property Value

double?

FlashButtonHidden

public bool? FlashButtonHidden { get; set; }

Property Value

bool?

FlashButtonTitle

public string FlashButtonTitle { get; set; }

Property Value

string

FlashEnabled

public bool? FlashEnabled { get; set; }

Property Value

bool?

OrientationLockMode

public OrientationLockMode? OrientationLockMode { get; set; }

Property Value

OrientationLockMode?

TopBarBackgroundColor

public Color TopBarBackgroundColor { get; set; }

Property Value

Color

TopBarButtonsActiveColor

public Color TopBarButtonsActiveColor { get; set; }

Property Value

Color

TopBarButtonsInactiveColor

public Color TopBarButtonsInactiveColor { get; set; }

Property Value

Color

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

Color

UserGuidanceStringValues

public CheckUserGuidanceStrings UserGuidanceStringValues { get; set; }

Property Value

CheckUserGuidanceStrings

UserGuidanceTextColor

public Color UserGuidanceTextColor { get; set; }

Property Value

Color