Table of Contents

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

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

EnableCameraButtonTitle

public string EnableCameraButtonTitle { get; set; }

Property Value

string

EnableCameraExplanationText

public string EnableCameraExplanationText { get; set; }

Property Value

string

ExtractVinFromBarcode

public bool? ExtractVinFromBarcode { get; set; }

Property Value

bool?

FinderAspectRatio

public AspectRatio FinderAspectRatio { get; set; }

Property Value

AspectRatio

FinderLineColor

public Color FinderLineColor { get; set; }

Property Value

Color

FinderLineWidth

public double? FinderLineWidth { get; set; }

Property Value

double?

FinderTextHintColor

public Color FinderTextHintColor { get; set; }

Property Value

Color

FlashButtonHidden

public bool? FlashButtonHidden { get; set; }

Property Value

bool?

FlashButtonInactiveColor

public Color FlashButtonInactiveColor { get; set; }

Property Value

Color

FlashButtonTitle

public string FlashButtonTitle { get; set; }

Property Value

string

FlashEnabled

public bool? FlashEnabled { get; set; }

Property Value

bool?

GuidanceText

public string GuidanceText { get; set; }

Property Value

string

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

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

Color of the titles of all buttons in the top toolbar.

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?