Table of Contents

Class MedicalCertificateScannerConfiguration

Namespace
ScanbotSDK.MAUI.MedicalCertificate
Assembly
DocumentSDK.MAUI.dll
public class MedicalCertificateScannerConfiguration : MedicalCertificateRecognizerUserGuidance
Inheritance
MedicalCertificateScannerConfiguration
Inherited Members

Constructors

MedicalCertificateScannerConfiguration()

public MedicalCertificateScannerConfiguration()

Properties

CameraModule

public CameraModule? CameraModule { get; set; }

Property Value

CameraModule?

CameraOverlayColor

public Color CameraOverlayColor { get; set; }

Property Value

Color

CameraPreviewMode

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

EnableCameraButtonTitle

public string EnableCameraButtonTitle { get; set; }

Property Value

string

EnableCameraExplanationText

public string EnableCameraExplanationText { get; set; }

Property Value

string

ErrorDialog

public DataScannerErrorDialog ErrorDialog { get; set; }

Property Value

DataScannerErrorDialog

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?

RecognizePatientInfo

public bool? RecognizePatientInfo { get; set; }

Property Value

bool?

ReturnCroppedDocumentImage

public bool? ReturnCroppedDocumentImage { get; set; }

Property Value

bool?

ShowFinderOverlay

public bool? ShowFinderOverlay { get; set; }

Property Value

bool?

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?

UserGuidanceHidden

public bool? UserGuidanceHidden { get; set; }

Property Value

bool?