Barcode Pick View Highlight Style Rectangular

Defined in framework ScanditBarcodeCapture

SDCBarcodePickViewHighlightStyleRectangular
@interface SDCBarcodePickViewHighlightStyleRectangular : NSObject <SDCBarcodePickViewHighlightStyle>

Added in version 6.19.0

A style that will draw rectangles on top of barcodes.

- 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 SDCBarcodePickViewHighlightStyleRectangular.