Barcode Check Info Annotation Header

Defined in framework ScanditBarcodeCapture

SDCBarcodeCheckInfoAnnotationHeader
@interface SDCBarcodeCheckInfoAnnotationHeader : UIView

Added in version 7.1.0

The header of an info annotation.

text
@property (nonatomic, strong, nullable) NSString *text

Added in version 7.1.0

The text. Default is nil.

icon
@property (nonatomic, strong, nullable) SDCScanditIcon *icon

Added in version 7.1.0

The icon. Default is nil.

font
@property (nonatomic, strong) UIFont *font

Added in version 7.1.0

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

textColor
@property (nonatomic, strong) UIColor *textColor

Added in version 7.1.0

The color of the text. Default is #000000.

backgroundColor
@property (nonatomic, strong) UIColor *backgroundColor

Added in version 7.1.0

The background color. Default is #00FFFF.