Barcode Ar Info Annotation Header

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

BarcodeArInfoAnnotationHeader
class BarcodeArInfoAnnotationHeader : ScanditHTMLElement

Added in version 7.1.0

The header of an info annotation.

constructor()
constructor()

Added in version 7.1.0

Constructs a new instance of the info annotation header.

create()
static create(): BarcodeArInfoAnnotationHeader

Added in version 7.1.0

Constructs a new web component instance of the info annotation header.

text
text: string

Added in version 7.1.0

The text. Default is null.

icon
icon: ScanditIcon | null

Added in version 7.1.0

The icon. Default is null.

textSize
textSize: number

Added in version 7.1.0

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

textColor
textColor: Color

Added in version 7.1.0

The color of the text. Default is #000000.

backgroundColor
backgroundColor: Color

Added in version 7.1.0

The background color. Default is #00FFFF.