Class CheckScannerConfiguration
- Namespace
- IO.Scanbot.Sdk.UI.View.Check.Configuration
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class CheckScannerConfiguration : Object
- Inheritance
-
CheckScannerConfiguration
Constructors
CheckScannerConfiguration()
public CheckScannerConfiguration()
Properties
NativeParams
public CheckScannerNativeConfiguration NativeParams { get; }
Property Value
- CheckScannerNativeConfiguration
Params
public CheckScannerJsonConfiguration Params { get; }
Property Value
- CheckScannerJsonConfiguration
Methods
SetAcceptedCheckStandards(IList<RootDocumentType>)
public void SetAcceptedCheckStandards(IList<RootDocumentType> acceptedCheckStandards)
Parameters
acceptedCheckStandards IList<RootDocumentType>
SetCameraModule(CameraModule)
public void SetCameraModule(CameraModule cameraModule)
Parameters
cameraModule CameraModule
SetCameraOverlayColor(int)
public void SetCameraOverlayColor(int cameraOverlayColor)
Parameters
cameraOverlayColor int
SetCameraPreviewMode(CameraPreviewMode)
public void SetCameraPreviewMode(CameraPreviewMode cameraPreviewMode)
Parameters
cameraPreviewMode CameraPreviewMode
public void SetCancelButtonTitle(string cancelButtonTitle)
Parameters
cancelButtonTitle string
SetCaptureHighResolutionImage(bool)
public void SetCaptureHighResolutionImage(bool captureHighResolutionImage)
Parameters
captureHighResolutionImage bool
public void SetEnableCameraButtonTitle(string enableCameraButtonTitle)
Parameters
enableCameraButtonTitle string
SetEnableCameraExplanationText(string)
public void SetEnableCameraExplanationText(string enableCameraExplanationText)
Parameters
enableCameraExplanationText string
SetFinderAspectRatio(AspectRatio)
public void SetFinderAspectRatio(AspectRatio finderAspectRatio)
Parameters
finderAspectRatio AspectRatio
SetFinderLineColor(int)
public void SetFinderLineColor(int finderLineColor)
Parameters
finderLineColor int
SetFinderLineWidth(int)
public void SetFinderLineWidth(int finderLineWidth)
Parameters
finderLineWidth int
SetFlashEnabled(bool)
public void SetFlashEnabled(bool flashEnabled)
Parameters
flashEnabled bool
SetOrientationLockMode(CameraOrientationMode)
public void SetOrientationLockMode(CameraOrientationMode cameraOrientationMode)
Parameters
cameraOrientationMode CameraOrientationMode
SetTopBarBackgroundColor(int)
public void SetTopBarBackgroundColor(int topBarBackgroundColor)
Parameters
topBarBackgroundColor int
public void SetTopBarButtonsColor(int topBarButtonsColor)
Parameters
topBarButtonsColor int
public void SetTopBarButtonsInactiveColor(int topBarButtonsInactiveColor)
Parameters
topBarButtonsInactiveColor int
SetTouchToFocusEnabled(bool)
public void SetTouchToFocusEnabled(bool enabled)
Parameters
enabled bool
public void SetUseButtonsAllCaps(bool allCaps)
Parameters
allCaps bool
SetUserGuidanceBackgroundColor(int)
public void SetUserGuidanceBackgroundColor(int userGuidanceBackgroundColor)
Parameters
userGuidanceBackgroundColor int
SetUserGuidanceStrings(string, string, string, string)
public void SetUserGuidanceStrings(string startScanning, string scanning, string capturing, string processing)
Parameters
startScanning string
scanning string
capturing string
processing string
SetUserGuidanceTextColor(int)
public void SetUserGuidanceTextColor(int userGuidanceTextColor)
Parameters
userGuidanceTextColor int