Barcode Pick Status Icon Settings

Note

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

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

BarcodePickStatusIconSettings
class BarcodePickStatusIconSettings

Added in version 6.28.0

Use this class to customize the status icons in styles that support it.

ratioToHighlightSize
ratioToHighlightSize: number

Added in version 6.28.0

The ratio between the shortest highlight dimension and the base size for the status icon. This base size will then be clamped between minSize and maxSize. For example, for a highlight with a size of 90x60 dp, a ratio of 0.6 means the base size for the status icon will be calculated as 60 (shortest dimension) * 0.6 = 36 dp, before being clamped between the minimum and maximum allowed sizes.

Default is 0.5.

minSize
minSize: number

Added in version 6.28.0

The minimum size allowed for status icons.

Default is 20 dp.

maxSize
maxSize: number

Added in version 6.28.0

The maximum size allowed for status icons.

Default is no maximum, INT_MAX.