Barcode Pick View Settings

Defined under the namespace Scandit.Datacapture.Barcode.Pick.Ui

Note

Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.

BarcodePickViewSettings
class BarcodePickViewSettings

Added in version 6.22.0

Settings used to configure BarcodePickView.

constructor()
constructor()

Added in version 6.22.0

Constructs a new BarcodePickViewSettings object with default values.

highlightStyle
highlightStyle: BarcodePickViewHighlightStyle

Added in version 6.22.0

The highlight style used by the view. Default is RectangularWithIcons.

showLoadingDialog
showLoadingDialog: boolean

Added in version 6.22.0

Enables or disables the loading dialog. Default is true.

loadingDialogText
loadingDialogText: string

Added in version 6.22.0

Configures the text shown by the loading dialog.

showGuidelines
showGuidelines: boolean

Added in version 6.22.0

Enables or disables the messages shown in the center of the view. Default is true.

initialGuidelineText
initialGuidelineText: string

Added in version 6.22.0

Configures the text shown when the mode is first launched.

moveCloserGuidelineText
moveCloserGuidelineText: string

Added in version 6.22.0

Configures the text shown when there are no barcodes detected on screen.

showHints
showHints: boolean

Added in version 6.22.0

Enables or disables the messages shown at the top of the view. Default is true.

onFirstItemToPickFoundHintText
onFirstItemToPickFoundHintText: string

Added in version 6.22.0

Configures the text shown when the first item to pick is recognized and shown on screen.

onFirstItemPickCompletedHintText
onFirstItemPickCompletedHintText: string

Added in version 6.22.0

Configures the text shown when the first item pick is completed.

onFirstUnmarkedItemPickCompletedHintText
onFirstUnmarkedItemPickCompletedHintText: string

Added in version 6.22.0

Configures the text shown when the first item that was not a target is picked.

onFirstItemUnpickCompletedHintText
onFirstItemUnpickCompletedHintText: string

Added in version 6.22.0

Configures the text shown when the user reverses a pick.

showFinishButton
showFinishButton: boolean

Added in version 6.22.0

Indicates whether the finish button should be shown to the user. Default is true.

showPauseButton
showPauseButton: boolean

Added in version 6.22.0

Indicates whether the pause button should be shown to the user. Default is true.

showZoomButton
showZoomButton: boolean

Added in version 6.22.0

Indicates whether the zoom button should be shown to the user. When clicked, it will switch between CameraSettings.zoomFactor and CameraSettings.zoomGestureZoomFactor, which default to 1x and 2x respectively when using BarcodePick.createRecommendedCameraSettings(). Default is false.