Barcode Pick View Highlight Style Rectangular With Icons

Defined in framework ScanditBarcodeCapture

SDCBarcodePickViewHighlightStyleRectangularWithIcons
@interface SDCBarcodePickViewHighlightStyleRectangularWithIcons : NSObject <SDCBarcodePickViewHighlightStyle>

Added in version 6.19.0

A style that will draw rectangles on top of barcodes, the highlights can also have icons drawn on top.

iconStyle
@property (nonatomic, assign) SDCBarcodePickIconStyle iconStyle

Added in version 6.19.0

The selected icons style. Defaults to SDCBarcodePickIconStylePreset1

- brushForState:
- (SDCBrush *)brushForState:(SDCBarcodePickState)state

Added in version 6.19.0

Gets the brush used for the passed pick state.

- setBrush:forState:
- (void)setBrush:(SDCBrush *)brush
        forState:(SDCBarcodePickState)state

Added in version 6.19.0

Use this method to configure the brush used for the specific pick state.

JSONString
@property (nonatomic, nonnull, readonly) NSString *JSONString

Added in version 6.19.0

Returns the JSON representation of this SDCBarcodePickViewHighlightStyleRectangularWithIcons.