Table of Contents

Interface ISharedBarcodeScannerConfiguration

Namespace
IO.Scanbot.Sdk.UI.View.Barcode
Assembly
BarcodeSDK.NET.Droid.dll
public interface ISharedBarcodeScannerConfiguration

Methods

SetAcceptedDocumentFormats(IList<BarcodeDocumentFormat>)

void SetAcceptedDocumentFormats(IList<BarcodeDocumentFormat> documentFormats)

Parameters

documentFormats IList<BarcodeDocumentFormat>

SetAutoCancelTimeout(int)

void SetAutoCancelTimeout(int seconds)

Parameters

seconds int

SetBarcodeFormatsFilter(IList<BarcodeFormat>)

void SetBarcodeFormatsFilter(IList<BarcodeFormat> barcodeFormat)

Parameters

barcodeFormat IList<BarcodeFormat>

SetCameraModule(CameraModule)

void SetCameraModule(CameraModule cameraModule)

Parameters

cameraModule CameraModule

SetCameraOverlayColor(int)

void SetCameraOverlayColor(int cameraOverlayColor)

Parameters

cameraOverlayColor int

SetCameraPreviewMode(CameraPreviewMode)

void SetCameraPreviewMode(CameraPreviewMode mode)

Parameters

mode CameraPreviewMode

SetCameraZoomRange(ZoomRange)

void SetCameraZoomRange(ZoomRange zoomRange)

Parameters

zoomRange ZoomRange

SetCameraZoomRatio(float)

void SetCameraZoomRatio(float zoomRatio)

Parameters

zoomRatio float

SetCancelButtonTitle(string)

void SetCancelButtonTitle(string cancelButtonTitle)

Parameters

cancelButtonTitle string

SetEnableCameraButtonTitle(string)

void SetEnableCameraButtonTitle(string enableCameraButtonTitle)

Parameters

enableCameraButtonTitle string

SetEnableCameraExplanationText(string)

void SetEnableCameraExplanationText(string enableCameraExplanationText)

Parameters

enableCameraExplanationText string

SetEngineMode(EngineMode)

void SetEngineMode(EngineMode engineMode)

Parameters

engineMode EngineMode

SetFinderAspectRatio(AspectRatio)

void SetFinderAspectRatio(AspectRatio finderAspectRatio)

Parameters

finderAspectRatio AspectRatio

SetFinderLineColor(int)

void SetFinderLineColor(int finderLineColor)

Parameters

finderLineColor int

SetFinderLineWidth(int)

void SetFinderLineWidth(int finderLineWidth)

Parameters

finderLineWidth int

SetFinderTextHint(string)

void SetFinderTextHint(string finderTextHint)

Parameters

finderTextHint string

SetFinderTextHintColor(int)

void SetFinderTextHintColor(int finderTextHintColor)

Parameters

finderTextHintColor int

SetFlashEnabled(bool)

void SetFlashEnabled(bool flashEnabled)

Parameters

flashEnabled bool

SetInitialScanDelayMs(long)

void SetInitialScanDelayMs(long milliseconds)

Parameters

milliseconds long

SetMinFocusDistanceLock(bool)

void SetMinFocusDistanceLock(bool @lock)

Parameters

lock bool

SetOrientationLockMode(CameraOrientationMode)

void SetOrientationLockMode(CameraOrientationMode cameraOrientationMode)

Parameters

cameraOrientationMode CameraOrientationMode

SetSelectionOverlayConfiguration(SelectionOverlayConfiguration)

void SetSelectionOverlayConfiguration(SelectionOverlayConfiguration configuration)

Parameters

configuration SelectionOverlayConfiguration

SetSuccessBeepEnabled(bool)

void SetSuccessBeepEnabled(bool successBeepEnabled)

Parameters

successBeepEnabled bool

SetTopBarBackgroundColor(int)

void SetTopBarBackgroundColor(int topBarBackgroundColor)

Parameters

topBarBackgroundColor int

SetTopBarButtonsColor(int)

void SetTopBarButtonsColor(int topBarButtonsColor)

Parameters

topBarButtonsColor int

SetTopBarButtonsInactiveColor(int)

void SetTopBarButtonsInactiveColor(int topBarButtonsInactiveColor)

Parameters

topBarButtonsInactiveColor int

SetTouchToFocusEnabled(bool)

void SetTouchToFocusEnabled(bool enabled)

Parameters

enabled bool

SetUseButtonsAllCaps(bool)

void SetUseButtonsAllCaps(bool allCaps)

Parameters

allCaps bool

SetViewFinderEnabled(bool)

void SetViewFinderEnabled(bool viewFinderEnabled)

Parameters

viewFinderEnabled bool