Laserline Viewfinder

Defined under the namespace Scandit.Datacapture.Core.Ui

LaserlineViewfinderStyle

Added in version 6.13.0

The style of the LaserlineViewfinder.

Animated

Added in version 6.13.0

New style from version 6.8 onwards with an animation.

LaserlineViewfinder
class LaserlineViewfinder : Viewfinder

Added in version 6.13.0

A horizontal laser line with a Scandit logo underneath. Toggles color depending if the capture mode is enabled. The laserline is centered on the data capture view’s point of interest.

To use this viewfinder, create a new instance and assign it to the overlay, e.g. the barcode capture overlay via the BarcodeCaptureOverlay.setViewfinder() method.

constructor(style)
constructor(style?: LaserlineViewfinderStyle)

Added in version 6.13.0

Returns a new laserline viewfinder in the style provided.

constructor(style)
constructor(style?: LaserlineViewfinderStyle)

Added in version 6.13.0

Constructs a new laserline viewfinder with LaserlineViewfinderStyle.Animated.

width
width: NumberWithUnit

Added in version 6.13.0

The width of the laser line. The laser line is centered on the point of interest of the view. When specifying the width with relative units, the width is measured relative to the view’s width minus the horizontal scan area margins.

enabledColor
enabledColor: Color

Added in version 6.13.0

The color to be used when recognition is enabled/active.

disabledColor
disabledColor: Color

Added in version 6.13.0

The color to be used when recognition is disabled/inactive.

style
get style(): LaserlineViewfinderStyle

Added in version 6.13.0

The style of the viewfinder.