Barcode AR Info Annotation Header

Defined in framework ScanditBarcodeCapture

BarcodeArInfoAnnotationHeader
open class BarcodeArInfoAnnotationHeader : UIView

Added in version 7.1.0

The header of an info annotation.

text
open var text: String? { get, set }

Added in version 7.1.0

The text. Default is null.

icon
open var icon: ScanditIcon? { get, set }

Added in version 7.1.0

The icon. Default is null.

font
open var font: UIFont { get, set }

Added in version 7.1.0

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

textColor
open var textColor: UIColor { get, set }

Added in version 7.1.0

The color of the text. Default is #000000.

backgroundColor
open var backgroundColor: UIColor { get, set }

Added in version 7.1.0

The background color. Default is #00FFFF.