Barcode Check Info Annotation Header

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

BarcodeCheckInfoAnnotationHeader
class BarcodeCheckInfoAnnotationHeader

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.

text
text: string | null

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.

fontFamily
fontFamily: FontFamily

Added in version 7.1.0

The font used for the text.

textColor
textColor: Color | null

Added in version 7.1.0

The color of the text. Default is #000000.

backgroundColor
backgroundColor: Color | null

Added in version 7.1.0

The background color. Default is #00FFFF.