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.