Class ScannerConfigurationBase
- Namespace
- ScanbotSDK.MAUI.Document.RTU.v1
- Assembly
- DocumentSDK.MAUI.dll
public class ScannerConfigurationBase
- Inheritance
-
ScannerConfigurationBase
- Derived
- Inherited Members
Constructors
ScannerConfigurationBase()
public ScannerConfigurationBase()
Properties
AcceptedAngleScore
public double? AcceptedAngleScore { get; set; }
Property Value
AcceptedBrightnessThreshold
public int? AcceptedBrightnessThreshold { get; set; }
Property Value
- int?
AcceptedSizeScore
public double? AcceptedSizeScore { get; set; }
Property Value
AutoSnappingEnabled
public bool? AutoSnappingEnabled { get; set; }
Property Value
- bool?
AutoSnappingSensitivity
public double? AutoSnappingSensitivity { get; set; }
Property Value
CameraBackgroundColor
public Color CameraBackgroundColor { get; set; }
Property Value
CameraModule
public CameraModule? CameraModule { get; set; }
Property Value
CameraPreviewMode
public CameraPreviewMode? CameraPreviewMode { get; set; }
Property Value
CameraUnavailableExplanationText
public string CameraUnavailableExplanationText { get; set; }
Property Value
CancelButtonTitle
public string CancelButtonTitle { get; set; }
Property Value
DefaultPageFilter
public ImageFilter? DefaultPageFilter { get; set; }
Property Value
DocumentImageSizeLimit
public Size? DocumentImageSizeLimit { get; set; }
Property Value
- Size?
EnableCameraButtonTitle
public string EnableCameraButtonTitle { get; set; }
Property Value
EnableCameraExplanationText
public string EnableCameraExplanationText { get; set; }
Property Value
EngineMode
public DocumentScannerEngineMode? EngineMode { get; set; }
Property Value
FlashButtonHidden
public bool? FlashButtonHidden { get; set; }
Property Value
- bool?
FlashEnabled
public bool? FlashEnabled { get; set; }
Property Value
- bool?
ForceUserGuidance
public bool? ForceUserGuidance { get; set; }
Property Value
- bool?
IgnoreOrientationMismatch
public bool? IgnoreOrientationMismatch { get; set; }
Property Value
- bool?
ImageScale
public double? ImageScale { get; set; }
Property Value
OrientationLockMode
public OrientationLockMode? OrientationLockMode { get; set; }
Property Value
PhotoQualityPrioritization
public CapturePhotoQualityPrioritization? PhotoQualityPrioritization { get; set; }
Property Value
PolygonBackgroundColor
public Color PolygonBackgroundColor { get; set; }
Property Value
PolygonBackgroundColorOK
public Color PolygonBackgroundColorOK { get; set; }
Property Value
PolygonColor
public Color PolygonColor { get; set; }
Property Value
PolygonColorOK
public Color PolygonColorOK { get; set; }
Property Value
PolygonCornerRadius
public int? PolygonCornerRadius { get; set; }
Property Value
- int?
PolygonLineWidth
public int? PolygonLineWidth { get; set; }
Property Value
- int?
ShutterButtonAutoInnerColor
public Color ShutterButtonAutoInnerColor { get; set; }
Property Value
ShutterButtonAutoOuterColor
public Color ShutterButtonAutoOuterColor { get; set; }
Property Value
ShutterButtonHidden
public bool? ShutterButtonHidden { get; set; }
Property Value
- bool?
ShutterButtonIndicatorColor
public Color ShutterButtonIndicatorColor { get; set; }
Property Value
ShutterButtonManualInnerColor
public Color ShutterButtonManualInnerColor { get; set; }
Property Value
ShutterButtonManualOuterColor
public Color ShutterButtonManualOuterColor { get; set; }
Property Value
ShutterSoundEnabled
public bool? ShutterSoundEnabled { get; set; }
Property Value
- bool?
StopsCameraSessionWhenDisappeared
public bool? StopsCameraSessionWhenDisappeared { get; set; }
Property Value
- bool?
TextHintBadAngles
public string TextHintBadAngles { get; set; }
Property Value
TextHintBadAspectRatio
public string TextHintBadAspectRatio { get; set; }
Property Value
TextHintEnergySavingActive
public string TextHintEnergySavingActive { get; set; }
Property Value
TextHintFontSize
public float? TextHintFontSize { get; set; }
Property Value
TextHintNothingDetected
public string TextHintNothingDetected { get; set; }
Property Value
TextHintOK
public string TextHintOK { get; set; }
Property Value
TextHintTooDark
public string TextHintTooDark { get; set; }
Property Value
TextHintTooNoisy
public string TextHintTooNoisy { get; set; }
Property Value
TextHintTooSmall
public string TextHintTooSmall { 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.
public bool? UseButtonsAllCaps { get; set; }
Property Value
- bool?
UserGuidanceBackgroundColor
public Color UserGuidanceBackgroundColor { get; set; }
Property Value
UserGuidanceTextColor
public Color UserGuidanceTextColor { get; set; }