Barcode Check Info Annotation Header

Defined in namespace Scandit.DataCapture.Barcode.Check.UI

BarcodeCheckInfoAnnotationHeader
class BarcodeCheckInfoAnnotationHeader

Added in version 7.2.0

The header of an info annotation.

BarcodeCheckInfoAnnotationHeader()
BarcodeCheckInfoAnnotationHeader()

Added in version 7.2.0

Constructs a new instance of the info annotation header.

Text
string Text { get;set; }

Added in version 7.2.0

The text. Default is null.

Icon
ScanditIcon Icon { get;set; }

Added in version 7.2.0

The icon. Default is null.

Font
UIFont Font { get;set; }

Added in version 7.2.0

The font used for the text. Default is semibold system font of size 16.

TextColor
UIColor TextColor { get;set; }

Added in version 7.2.0

The color of the text. Default is #000000.

BackgroundColor
UIColor BackgroundColor { get;set; }

Added in version 7.2.0

The background color. Default is #00FFFF.