Table of Contents

Class EhicScannerConfiguration

Namespace
ScanbotSDK.MAUI.Ehic
Assembly
DocumentSDK.MAUI.dll
public sealed class EhicScannerConfiguration
Inheritance
EhicScannerConfiguration
Inherited Members

Constructors

EhicScannerConfiguration()

public EhicScannerConfiguration()

Properties

CameraModule

public CameraModule? CameraModule { get; set; }

Property Value

CameraModule?

CameraOverlayColor

public Color? CameraOverlayColor { get; set; }

Property Value

Color

CameraPreviewMode

Preview mode of the camera: fit-in or fill-in. Optional, default is [CameraPreviewMode.FillIn]

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

DetectionStatusFailedDetectionText

public string DetectionStatusFailedDetectionText { get; set; }

Property Value

string

DetectionStatusFailedValidationText

public string DetectionStatusFailedValidationText { get; set; }

Property Value

string

DetectionStatusSuccessText

public string DetectionStatusSuccessText { get; set; }

Property Value

string

EnableCameraButtonTitle

public string EnableCameraButtonTitle { get; set; }

Property Value

string

EnableCameraExplanationText

public string EnableCameraExplanationText { get; set; }

Property Value

string

FinderLineColor

public Color? FinderLineColor { get; set; }

Property Value

Color

FinderLineWidth

public int? FinderLineWidth { get; set; }

Property Value

int?

FinderTextHint

public string FinderTextHint { get; set; }

Property Value

string

FinderTextHintColor

public Color? FinderTextHintColor { get; set; }

Property Value

Color

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?

SignificantShakeDelay

Detection will be paused after significant movement, in milliseconds. Default is 1000.

public long? SignificantShakeDelay { get; set; }

Property Value

long?

TopBarBackgroundColor

public Color? TopBarBackgroundColor { get; set; }

Property Value

Color

TopBarButtonsColor

public Color? TopBarButtonsColor { 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.

public bool? UseButtonsAllCaps { get; set; }

Property Value

bool?

ValidationType

public HealthInsuranceCardValidationType? ValidationType { get; set; }

Property Value

HealthInsuranceCardValidationType?