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
RectangularWithIcons.
- 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.
- ZoomButtonPosition
Anchor ZoomButtonPosition { get;set; }
Added in version 8.6.0
Indicates the position where the zoom button will be shown to the user. If this position is shared with other controls, all of them will be shown in a row. Default is Anchor.BottomRight.
- ShowTorchButton
boolShowTorchButton { get;set; }Added in version 8.6.0
Indicates whether the torch button should be shown to the user. Default is false.
- TorchButtonPosition
Anchor TorchButtonPosition { get;set; }
Added in version 8.6.0
Indicates the position where the torch button will be shown to the user. If this position is shared with other controls, all of them will be shown in a row. Default is Anchor.TopLeft.
- 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.
- TopLayoutAnchor
NSLayoutYAxisAnchorTopLayoutAnchor { get;set; }Added in version 8.6.0
Can be used to specify the top vertical anchor the BarcodePickView should use to arrange its UI elements. Default value is null, the anchor will be the top of the view.
- 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.
- LogoStyle
LogoStyle LogoStyle { get;set; }
Added in version 8.6.0
The style of the logo, either the extended “Scanning By Scandit” or the minimal “Scandit”.
Default is LogoStyle.Extended.
- LogoAnchor
Anchor LogoAnchor { get;set; }
Added in version 8.6.0
The anchor point used to position the Scandit logo.
Default is Anchor.BottomRight.