Barcode AR Circle Highlight

Defined in package com.scandit.datacapture.barcode.ar.ui

BarcodeArCircleHighlightPreset

Added in version 8.6.0

The circle highlight presets.

DOT

Added in version 8.6.0

Dot style. By default a smaller blue circle.

ICON

Added in version 8.6.0

Icon style. By default a larger blue circle.

BarcodeArCircleHighlight
class BarcodeArCircleHighlight : BarcodeArHighlight

Added in version 8.6.0

A type of highlight that draws circles on top of barcodes. Highlight styles are customizable. Here are some examples:

../../../_images/circle_highlight_dot.png ../../../_images/circle_highlight_icon.png ../../../_images/circle_highlight_icon_bordered.png

Dot preset.

Icon preset.

Icon preset with different border color.

BarcodeArCircleHighlight(barcode, preset)
BarcodeArCircleHighlight(barcode: Barcode,
        preset: BarcodeArCircleHighlightPreset)

Added in version 8.6.0

Creates a new instance with default values for the specified preset.

barcode
val barcode: Barcode

Added in version 8.6.0

The barcode instance for the annotation.

brush
var brush: Brush

Added in version 8.6.0

The brush used for visualizing a recognized barcode in the UI. By default, the brush has a blue fill color with 45% alpha, blue stroke and a stroke width of 2.

icon
var icon: ScanditIcon?

Added in version 8.6.0

The icon used for visualizing a recognized barcode in the UI.

size
var size: Float

Added in version 8.6.0

The size of the circle highlight in device-independent pixels. Minimum value is 18. If specified value is less than the minimum value, it will be coerced to the minimum value.

isPulsing
var isPulsing: Boolean

Added in version 8.6.0

Whether the highlight is showing a pulsing animation.