Barcode Pick View Settings

Defined in 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.24.0

Settings used to configure BarcodePickView.

BarcodePickViewSettings()
BarcodePickViewSettings()

Added in version 6.24.0

Constructs a new BarcodePickViewSettings object with default values.

HighlightStyle
IBarcodePickViewHighlightStyle HighlightStyle { get;set; }

Added in version 6.24.0

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

ShowLoadingDialog
bool ShowLoadingDialog { get;set; }

Added in version 6.24.0

Enables or disables the loading dialog. Default is true.

LoadingDialogText
string LoadingDialogText { get;set; }

Added in version 6.24.0

Configures the text shown by the loading dialog.

ShowGuidelines
bool ShowGuidelines { get;set; }

Added in version 6.24.0

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

InitialGuidelineText
string InitialGuidelineText { get;set; }

Added in version 6.24.0

Configures the text shown when the mode is first launched.

MoveCloserGuidelineText
string MoveCloserGuidelineText { get;set; }

Added in version 6.24.0

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

ShowHints
bool ShowHints { get;set; }

Added in version 6.24.0

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

OnFirstItemToPickFoundHintText
string OnFirstItemToPickFoundHintText { get;set; }

Added in version 6.24.0

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

OnFirstItemPickCompletedHintText
string OnFirstItemPickCompletedHintText { get;set; }

Added in version 6.24.0

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

OnFirstUnmarkedItemPickCompletedHintText
string OnFirstUnmarkedItemPickCompletedHintText { get;set; }

Added in version 6.24.0

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

OnFirstItemUnpickCompletedHintText
string OnFirstItemUnpickCompletedHintText { get;set; }

Added in version 6.24.0

Configures the text shown when the user reverses a pick.

ShowFinishButton
bool ShowFinishButton { get;set; }

Added in version 6.24.0

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

ShowPauseButton
bool ShowPauseButton { get;set; }

Added in version 6.24.0

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

ShowZoomButton
bool ShowZoomButton { get;set; }

Added in version 6.24.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.RecommendedCameraSettings. Default is false.

OnStatusIconShownWhilePausedHintText
string OnStatusIconShownWhilePausedHintText { get;set; }

Added in version 6.24.0

Configures the text shown when the user freezes the mode while there are status icons in view.

TapShutterToPauseGuidelineText
string TapShutterToPauseGuidelineText { get;set; }

Added in version 6.24.0

Configures the text shown to suggest the user to pause the scanning to pick items.

HardwareTriggerEnabled
bool HardwareTriggerEnabled { get;set; }

Added in version 6.24.0

HardwareTriggerKeyCode
int HardwareTriggerKeyCode { get;set; }

Added in version 6.24.0

The button that acts as a scan trigger. Leave null to use the default button (The default button will be the dedicated HW button on XCover devices, and Keycode.VolumeDown for other devices). This is only taken into consideration if HardwareTriggerEnabled is true.