Table of Contents

Class MRZScannerConfiguration

Namespace
IO.Scanbot.Sdk.UI.View.Mrz.Configuration
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/mrz/configuration/MRZScannerConfiguration", DoNotGenerateAcw = true)]
public sealed class MRZScannerConfiguration : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
MRZScannerConfiguration
Implements
Inherited Members

Constructors

MRZScannerConfiguration()

[Register(".ctor", "()V", "")]
public MRZScannerConfiguration()

Properties

NativeParams

public MrzScannerNativeConfiguration NativeParams { get; }

Property Value

MrzScannerNativeConfiguration

Params

public MrzScannerJsonConfiguration Params { get; }

Property Value

MrzScannerJsonConfiguration

Methods

SetCameraModule(CameraModule)

[Register("setCameraModule", "(Lio/scanbot/sdk/camera/CameraModule;)V", "")]
public void SetCameraModule(CameraModule cameraModule)

Parameters

cameraModule CameraModule

SetCameraOverlayColor(int)

[Register("setCameraOverlayColor", "(I)V", "")]
public void SetCameraOverlayColor(int cameraOverlayColor)

Parameters

cameraOverlayColor int

SetCameraPreviewMode(CameraPreviewMode)

[Register("setCameraPreviewMode", "(Lio/scanbot/sdk/camera/CameraPreviewMode;)V", "")]
public void SetCameraPreviewMode(CameraPreviewMode cameraPreviewMode)

Parameters

cameraPreviewMode CameraPreviewMode

SetCancelButtonIcon(int)

[Register("setCancelButtonIcon", "(I)V", "")]
public void SetCancelButtonIcon(int cancelButtonIcon)

Parameters

cancelButtonIcon int

SetCancelButtonTitle(string)

[Register("setCancelButtonTitle", "(Ljava/lang/String;)V", "")]
public void SetCancelButtonTitle(string cancelButtonTitle)

Parameters

cancelButtonTitle string

SetEnableCameraButtonTitle(string)

[Register("setEnableCameraButtonTitle", "(Ljava/lang/String;)V", "")]
public void SetEnableCameraButtonTitle(string enableCameraButtonTitle)

Parameters

enableCameraButtonTitle string

SetEnableCameraExplanationText(string)

[Register("setEnableCameraExplanationText", "(Ljava/lang/String;)V", "")]
public void SetEnableCameraExplanationText(string enableCameraExplanationText)

Parameters

enableCameraExplanationText string

SetFinderAspectRatio(AspectRatio)

[Register("setFinderAspectRatio", "(Lio/scanbot/sdk/AspectRatio;)V", "")]
public void SetFinderAspectRatio(AspectRatio finderAspectRatio)

Parameters

finderAspectRatio AspectRatio

SetFinderLineColor(int)

[Register("setFinderLineColor", "(I)V", "")]
public void SetFinderLineColor(int finderLineColor)

Parameters

finderLineColor int

SetFinderLineWidth(int)

[Register("setFinderLineWidth", "(I)V", "")]
public void SetFinderLineWidth(int finderLineWidth)

Parameters

finderLineWidth int

SetFinderTextHint(string)

[Register("setFinderTextHint", "(Ljava/lang/String;)V", "")]
public void SetFinderTextHint(string finderTextHint)

Parameters

finderTextHint string

SetFinderTextHintColor(int)

[Register("setFinderTextHintColor", "(I)V", "")]
public void SetFinderTextHintColor(int finderTextHintColor)

Parameters

finderTextHintColor int

SetFlashEnabled(bool)

[Register("setFlashEnabled", "(Z)V", "")]
public void SetFlashEnabled(bool flashEnabled)

Parameters

flashEnabled bool

SetOrientationLockMode(CameraOrientationMode)

[Register("setOrientationLockMode", "(Lio/scanbot/sdk/ui/view/base/configuration/CameraOrientationMode;)V", "")]
public void SetOrientationLockMode(CameraOrientationMode cameraOrientationMode)

Parameters

cameraOrientationMode CameraOrientationMode

SetSuccessBeepEnabled(bool)

[Register("setSuccessBeepEnabled", "(Z)V", "")]
public void SetSuccessBeepEnabled(bool successBeepEnabled)

Parameters

successBeepEnabled bool

SetTopBarBackgroundColor(int)

[Register("setTopBarBackgroundColor", "(I)V", "")]
public void SetTopBarBackgroundColor(int topBarBackgroundColor)

Parameters

topBarBackgroundColor int

SetTopBarButtonsColor(int)

[Register("setTopBarButtonsColor", "(I)V", "")]
public void SetTopBarButtonsColor(int topBarButtonsColor)

Parameters

topBarButtonsColor int

SetTouchToFocusEnabled(bool)

[Register("setTouchToFocusEnabled", "(Z)V", "")]
public void SetTouchToFocusEnabled(bool enabled)

Parameters

enabled bool

SetUseButtonsAllCaps(bool)

[Register("setUseButtonsAllCaps", "(Z)V", "")]
public void SetUseButtonsAllCaps(bool allCaps)

Parameters

allCaps bool