Barcode Pick View Highlight Style Custom View

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

BarcodePickViewHighlightStyleCustomView
class BarcodePickViewHighlightStyleCustomView : BarcodePickViewHighlightStyle

Added in version 8.4.0

A style that will allow the user to provide their own views to be displayed on top of barcodes.

constructor()
constructor()

Added in version 8.4.0

Creates a new instance with default values and no view provider.

fitViewsToBarcode
fitViewsToBarcode: boolean

Added in version 8.4.0

If true the view size will be adjusted to cover the barcode. Defaults to false.

asyncCustomViewProvider
asyncCustomViewProvider: BarcodePickViewHighlightStyleCustomViewProvider | null

Added in version 8.4.0

Sets a delegate that will provide the views to be displayed.

statusIconSettings
statusIconSettings: BarcodePickStatusIconSettings

Added in version 8.4.0

The settings used to customize the status icons.

minimumHighlightWidth
minimumHighlightWidth: number

Added in version 8.4.0

Minimum width for the highlights. Default is 40dp.

minimumHighlightHeight
minimumHighlightHeight: number

Added in version 8.4.0

Minimum height for the highlights. Default is 40dp.