Barcode AR Info Annotation Header

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

BarcodeArInfoAnnotationHeader
class BarcodeArInfoAnnotationHeader

Added in version 8.6.0

The header of an info annotation.

BarcodeArInfoAnnotationHeader()
BarcodeArInfoAnnotationHeader()

Added in version 8.6.0

Constructs a new instance of the info annotation header.

text
var text: String?

Added in version 8.6.0

The text. Default is null.

icon
var icon: ScanditIcon?

Added in version 8.6.0

The icon. Default is null.

textSize
var textSize: Float

Added in version 8.6.0

The size of the text. Default is 16 scale-independent pixels.

fontFamily
var fontFamily: FontFamily

Added in version 8.6.0

The font used for the text.

textColor
var textColor: Color

Added in version 8.6.0

The color of the text. Default is #000000.

backgroundColor
var backgroundColor: Color

Added in version 8.6.0

The background color. Default is #00FFFF.