Barcode AR Info Annotation Header

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

BarcodeArInfoAnnotationHeader
class BarcodeArInfoAnnotationHeader

Added in version 7.1.0

The header of an info annotation.

BarcodeArInfoAnnotationHeader()
BarcodeArInfoAnnotationHeader()

Added in version 7.1.0

Constructs a new instance of the info annotation header.

text
var text: String?

Added in version 7.1.0

The text. Default is null.

icon
var icon: ScanditIcon?

Added in version 7.1.0

The icon. Default is null.

textSize
var textSize: Float

Added in version 7.1.0

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

typeface
var typeface: Typeface

Added in version 7.1.0

The font used for the text.

textColor
var textColor: Int

Added in version 7.1.0

The color of the text. Default is #000000.

backgroundColor
var backgroundColor: Int

Added in version 7.1.0

The background color. Default is #00FFFF.