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
CameraOverlayColor
public Color CameraOverlayColor { get; set; }
Property Value
CameraPreviewMode
public CameraPreviewMode? CameraPreviewMode { get; set; }
Property Value
CancelButtonHidden
public bool? CancelButtonHidden { get; set; }
Property Value
- bool?
CancelButtonTitle
public string CancelButtonTitle { get; set; }
Property Value
EnableCameraButtonTitle
public string EnableCameraButtonTitle { get; set; }
Property Value
EnableCameraExplanationText
public string EnableCameraExplanationText { get; set; }
Property Value
ErrorDialog
public DataScannerErrorDialog ErrorDialog { 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
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
TopBarButtonsColor
public Color TopBarButtonsColor { 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.
public bool? UseButtonsAllCaps { get; set; }
Property Value
- bool?
UserGuidanceHidden
public bool? UserGuidanceHidden { get; set; }
Property Value
- bool?