Barcode Check Info Annotation Header

Defined in library scandit_datacapture_barcode_check_ui

BarcodeCheckInfoAnnotationHeader
class BarcodeCheckInfoAnnotationHeader

Added in version 7.1.0

The header of an info annotation.

BarcodeCheckInfoAnnotationHeader()
 BarcodeCheckInfoAnnotationHeader()

Added in version 7.1.0

Constructs a new instance of the info annotation header.

text
String? text

Added in version 7.1.0

The text. Default is null.

icon
ScanditIcon? icon

Added in version 7.1.0

The icon. Default is null.

textSize
double textSize

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
Color? textColor

Added in version 7.1.0

The color of the text. Default is #000000.

backgroundColor
Color? backgroundColor

Added in version 7.1.0

The background color. Default is #00FFFF.