Class VinScannerConfiguration
- Namespace
- ScanbotSDK.MAUI.Vin
- Assembly
- DocumentSDK.MAUI.dll
public sealed class VinScannerConfiguration
- Inheritance
-
VinScannerConfiguration
- Inherited Members
Constructors
VinScannerConfiguration()
public VinScannerConfiguration()
Properties
CameraModule
public CameraModule? CameraModule { get; set; }
Property Value
CameraOverlayColor
public Color CameraOverlayColor { get; set; }
Property Value
CameraPreviewMode
Preview mode of the camera: fit-in or fill-in. Optional, default is [CameraPreviewMode.FillIn]
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
ExtractVinFromBarcode
public bool? ExtractVinFromBarcode { get; set; }
Property Value
- bool?
FinderAspectRatio
public AspectRatio FinderAspectRatio { get; set; }
Property Value
FinderLineColor
public Color FinderLineColor { get; set; }
Property Value
FinderLineWidth
public double? FinderLineWidth { get; set; }
Property Value
FinderTextHintColor
public Color FinderTextHintColor { get; set; }
Property Value
FlashButtonHidden
public bool? FlashButtonHidden { get; set; }
Property Value
- bool?
FlashButtonInactiveColor
public Color FlashButtonInactiveColor { get; set; }
Property Value
FlashButtonTitle
public string FlashButtonTitle { get; set; }
Property Value
FlashEnabled
public bool? FlashEnabled { get; set; }
Property Value
- bool?
GuidanceText
public string GuidanceText { get; set; }
Property Value
MaximumNumberOfAccumulatedFrames
public int? MaximumNumberOfAccumulatedFrames { get; set; }
Property Value
- int?
MinimumNumberOfRequiredFramesWithEqualScanningResult
public int? MinimumNumberOfRequiredFramesWithEqualScanningResult { get; set; }
Property Value
- int?
OcrResolutionLimit
public int? OcrResolutionLimit { get; set; }
Property Value
- int?
OrientationLockMode
public OrientationLockMode? OrientationLockMode { get; set; }
Property Value
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
TopBarButtonsColor
public Color TopBarButtonsColor { get; set; }
Property Value
TopBarButtonsInactiveColor
Color of the titles of all buttons in the top toolbar.
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?