Table of Contents

Class BatchBarcodeScannerConfiguration

Namespace
IO.Scanbot.Sdk.UI.View.Barcode.Batch.Configuration
Assembly
DocumentSDK.NET.Droid.dll
public sealed class BatchBarcodeScannerConfiguration : Object
Inheritance
BatchBarcodeScannerConfiguration

Constructors

BatchBarcodeScannerConfiguration()

public BatchBarcodeScannerConfiguration()

Properties

NativeParams

public BatchBarcodeScannerNativeConfiguration NativeParams { get; }

Property Value

BatchBarcodeScannerNativeConfiguration

Params

public BatchBarcodeScannerJsonConfiguration Params { get; }

Property Value

BatchBarcodeScannerJsonConfiguration

Methods

SetAcceptedDocumentFormats(IList<BarcodeDocumentFormat>)

public void SetAcceptedDocumentFormats(IList<BarcodeDocumentFormat> documentFormats)

Parameters

documentFormats IList<BarcodeDocumentFormat>

SetAdditionalScanningParameters(BarcodeScannerAdditionalConfiguration)

public void SetAdditionalScanningParameters(BarcodeScannerAdditionalConfiguration additionalConfiguration)

Parameters

additionalConfiguration BarcodeScannerAdditionalConfiguration

SetAutoCancelTimeout(int)

public void SetAutoCancelTimeout(int seconds)

Parameters

seconds int

SetBarcodeFilter(IBarcodeFilter)

public void SetBarcodeFilter(IBarcodeFilter barcodeFilter)

Parameters

barcodeFilter IBarcodeFilter

SetBarcodeFormatsFilter(IList<BarcodeFormat>)

public void SetBarcodeFormatsFilter(IList<BarcodeFormat> barcodeFormat)

Parameters

barcodeFormat IList<BarcodeFormat>

SetBarcodesCountText(string)

public void SetBarcodesCountText(string placeholder)

Parameters

placeholder string

SetBarcodesCountTextColor(int)

public void SetBarcodesCountTextColor(int color)

Parameters

color int

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

SetCameraZoomRange(ZoomRange)

public void SetCameraZoomRange(ZoomRange zoomRange)

Parameters

zoomRange ZoomRange

SetCameraZoomRatio(float)

public void SetCameraZoomRatio(float zoomRatio)

Parameters

zoomRatio float

SetCancelButtonIcon(int)

public void SetCancelButtonIcon(int cancelButtonIcon)

Parameters

cancelButtonIcon int

SetCancelButtonTitle(string)

public void SetCancelButtonTitle(string cancelButtonTitle)

Parameters

cancelButtonTitle string

SetClearButtonTitle(string)

public void SetClearButtonTitle(string clearButtonTitle)

Parameters

clearButtonTitle string

SetDetailsActionColor(int)

public void SetDetailsActionColor(int color)

Parameters

color int

SetDetailsBackgroundColor(int)

public void SetDetailsBackgroundColor(int color)

Parameters

color int

SetDetailsPrimaryColor(int)

public void SetDetailsPrimaryColor(int color)

Parameters

color int

SetEnableCameraButtonTitle(string)

public void SetEnableCameraButtonTitle(string enableCameraButtonTitle)

Parameters

enableCameraButtonTitle string

SetEnableCameraExplanationText(string)

public void SetEnableCameraExplanationText(string enableCameraExplanationText)

Parameters

enableCameraExplanationText string

SetEngineMode(BarcodeScannerEngineMode)

public void SetEngineMode(BarcodeScannerEngineMode engineMode)

Parameters

engineMode BarcodeScannerEngineMode

SetFetchingStateText(string)

public void SetFetchingStateText(string text)

Parameters

text 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

SetFinderTextHint(string)

public void SetFinderTextHint(string finderTextHint)

Parameters

finderTextHint string

SetFinderTextHintColor(int)

public void SetFinderTextHintColor(int finderTextHintColor)

Parameters

finderTextHintColor int

SetFlashEnabled(bool)

public void SetFlashEnabled(bool flashEnabled)

Parameters

flashEnabled bool

SetFormattedBarcodeDataMapper(IFormattedBarcodeDataMapper)

public void SetFormattedBarcodeDataMapper(IFormattedBarcodeDataMapper dataMapper)

Parameters

dataMapper IFormattedBarcodeDataMapper

SetInitialScanDelayMs(long)

public void SetInitialScanDelayMs(long milliseconds)

Parameters

milliseconds long

SetMinFocusDistanceLock(bool)

public void SetMinFocusDistanceLock(bool @lock)

Parameters

lock bool

SetNoBarcodesTitle(string)

public void SetNoBarcodesTitle(string noBarcodesTitle)

Parameters

noBarcodesTitle string

SetOrientationLockMode(CameraOrientationMode)

public void SetOrientationLockMode(CameraOrientationMode cameraOrientationMode)

Parameters

cameraOrientationMode CameraOrientationMode

SetSelectionOverlayConfiguration(SelectionOverlayConfiguration)

public void SetSelectionOverlayConfiguration(SelectionOverlayConfiguration configuration)

Parameters

configuration SelectionOverlayConfiguration

SetSubmitButtonTitle(string)

public void SetSubmitButtonTitle(string submitButtonTitle)

Parameters

submitButtonTitle string

SetSuccessBeepEnabled(bool)

public void SetSuccessBeepEnabled(bool successBeepEnabled)

Parameters

successBeepEnabled bool

SetSuccessfulScanningInterval(long)

public void SetSuccessfulScanningInterval(long scanningIntervalInMs)

Parameters

scanningIntervalInMs long

SetTopBarBackgroundColor(int)

public void SetTopBarBackgroundColor(int topBarBackgroundColor)

Parameters

topBarBackgroundColor int

SetTopBarButtonsColor(int)

public void SetTopBarButtonsColor(int topBarButtonsColor)

Parameters

topBarButtonsColor int

SetTopBarButtonsInactiveColor(int)

public void SetTopBarButtonsInactiveColor(int topBarButtonsInactiveColor)

Parameters

topBarButtonsInactiveColor int

SetTouchToFocusEnabled(bool)

public void SetTouchToFocusEnabled(bool enabled)

Parameters

enabled bool

SetUseButtonsAllCaps(bool)

public void SetUseButtonsAllCaps(bool allCaps)

Parameters

allCaps bool

SetViewFinderEnabled(bool)

public void SetViewFinderEnabled(bool viewFinderEnabled)

Parameters

viewFinderEnabled bool