Barcode Pick View Settings
Defined in namespace Scandit.DataCapture.Barcode.Pick.UI
- BarcodePickViewSettings
class BarcodePickViewSettings : IDisposable
Added in version 6.26.0
Settings used to configure BarcodePickView.
- BarcodePickViewSettings()
BarcodePickViewSettings()Added in version 6.26.0
Constructs a new BarcodePickViewSettings object with default values.
- HighlightStyle
IBarcodePickViewHighlightStyle HighlightStyle { get;set; }
Added in version 6.26.0
The highlight style used by the view. Default is BarcodePickViewHighlightStyleRectangularWithIcons.
- ShowLoadingDialog
boolShowLoadingDialog { get;set; }Added in version 6.26.0
Enables or disables the loading dialog. Default is true.
- LoadingDialogTextForPicking
stringLoadingDialogTextForPicking { get;set; }Added in version 7.3.0
Configures the text shown by the loading dialog when picking.
- LoadingDialogTextForUnpicking
stringLoadingDialogTextForUnpicking { get;set; }Added in version 7.3.0
Configures the text shown by the loading dialog when unpicking.
- ShowGuidelines
boolShowGuidelines { get;set; }Added in version 6.26.0
Enables or disables the messages shown in the center of the view. Default is true.
- InitialGuidelineText
stringInitialGuidelineText { get;set; }Added in version 6.26.0
Configures the text shown when the mode is first launched.
- MoveCloserGuidelineText
stringMoveCloserGuidelineText { get;set; }Added in version 6.26.0
Configures the text shown when there are no barcodes detected on screen.
- ShowHints
boolShowHints { get;set; }Added in version 6.26.0
Enables or disables the messages shown at the top of the view. Default is true.
- OnFirstItemToPickFoundHintText
stringOnFirstItemToPickFoundHintText { get;set; }Added in version 6.26.0
Configures the text shown when the first item to pick is recognized and shown on screen.
- OnFirstItemPickCompletedHintText
stringOnFirstItemPickCompletedHintText { get;set; }Added in version 6.26.0
Configures the text shown when the first item pick is completed.
- OnFirstUnmarkedItemPickCompletedHintText
stringOnFirstUnmarkedItemPickCompletedHintText { get;set; }Added in version 6.26.0
Configures the text shown when the first item that was not a target is picked.
- OnFirstItemUnpickCompletedHintText
stringOnFirstItemUnpickCompletedHintText { get;set; }Added in version 6.26.0
Configures the text shown when the user reverses a pick.
- ShowFinishButton
boolShowFinishButton { get;set; }Added in version 6.26.0
Indicates whether the finish button should be shown to the user. Default is true.
- ShowPauseButton
boolShowPauseButton { get;set; }Added in version 6.26.0
Indicates whether the pause button should be shown to the user. Default is true.
- ShowZoomButton
boolShowZoomButton { get;set; }Added in version 6.26.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.
- TapShutterToPauseGuidelineText
stringTapShutterToPauseGuidelineText { get;set; }Added in version 6.26.0
Configures the text shown to suggest the user to pause the scanning to pick items.
- HardwareTriggerEnabled
boolHardwareTriggerEnabled { get;set; }Added in version 6.26.0
Sets whether the BarcodePickView should react to clicks of the volume button. Disabled by default.
- FilterHighlightSettings
IBarcodeFilterHighlightSettings FilterHighlightSettings { get;set; }
Added in version 7.3.0
Use this property to configure the appearance of the barcodes that are filtered. Default is null, filtered barcodes won’t be visualized.